Search results for

“Xcode”

93,866 results found

Post

Replies

Boosts

Views

Activity

How to code an alert in OS X (10.12.1) and Xcode 8.1 using Swift 3?
I'm running OS X (10.12.1), Xcode 8.1 and Swift 3 on my MacBook Pro (all are updated automatically). For a MacOS application (not iOS), I want to show an alert when an invalid user entry is input. I've researched a zillion examples and tried many of them, but none work. And, a good number of them send my Playground into a loop (dreaded color wheel) from which I have to reboot (the latest of these is attached).My question is: What is the proper Swift 3 code to create an alert in the environment and the conditions described above occur?
2
0
614
Dec ’16
Code-coverage data not generated when tests are run via X-Code bots.
I am running the application on Version 9.0 beta (9M136h). When I run the UI tests, code coverage report contains numbers for the test file as well for the main project. (Screenshot1). However, If I run the same tests using bots, no code coverage data is generated for the files in the main application, only for the files in the test application. (Screenshot 2)https://www.dropbox.com/sh/25lplykpxvpwpup/AADCe7mGHZl1bhCSIq-v69IWa?dl=0In the project scheme, have gather code coverage data enabled.
0
0
5.4k
Jun ’17
Automatic Code Signing does not work with custom entitlements in xCode 9.X
Summary:Given an app which uses custom entitlements for provisioning profiles, as granted by Apple, Xcode is unable to configure automatic code signing for that app.It seems as though Xcode has no idea about the concept of custom entitlements granted to a specific provisioning profile, such as com.apple.developer.payment-pass-provisioning.Steps to Reproduce:Create an bundle ID on the dev portal and an app on iTunes Connect.Create a provisioning profile on the dev portal.Give that bundle ID/app privileges for the com.apple.developer.payment-pass-provisioning entitlement.Enable that entitlement for the provisioning profile.Configure the entitlements for your app in Xcode to contain the com.apple.developer.payment-pass-provisioning entitlement.Configure automatic code signing in Xcode.Build and run.Expected Results: Xcode creates and downloads a provisioning profile using the com.apple.developer.payment-pass-provisioning entitlement. The build succeeds as the provisioning prof
3
0
2.3k
Jun ’18
Reply to xcode-beta 7 hang fix?
Same Problem - simulator giving constant SpringBoard errors and unable to open any XIB's. When I try to open a XIB, X-Code 7 crashes....In fact can not compile anything now.... even though I have re-installed X-code 7 from scatch...Have had to fall back on my old iMac running OS X 10.4 for the moment... such a waste of time when instead I am used to running everything on my iMac Retina.Here's to hoping Apple solves this soon !
Aug ’15
Reply to How to relaunch the installer?
there is only the X Code 8 beta? :/
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’16
Reply to Xcode 11.1 "Unable to Download Xcode"
This is happening for me - Big Sur 11.5.1 - X Code 12.5.1
Replies
Boosts
Views
Activity
Aug ’21
How to code an alert in OS X (10.12.1) and Xcode 8.1 using Swift 3?
I'm running OS X (10.12.1), Xcode 8.1 and Swift 3 on my MacBook Pro (all are updated automatically). For a MacOS application (not iOS), I want to show an alert when an invalid user entry is input. I've researched a zillion examples and tried many of them, but none work. And, a good number of them send my Playground into a loop (dreaded color wheel) from which I have to reboot (the latest of these is attached).My question is: What is the proper Swift 3 code to create an alert in the environment and the conditions described above occur?
Replies
2
Boosts
0
Views
614
Activity
Dec ’16
Reply to IOS 16.2 Developer mode
Can someone help me? How should I do to check if the device is registered in X-Code? Regards
Replies
Boosts
Views
Activity
Dec ’22
Reply to Xcode Previews broken after setting different bundle identifier for debug/release modes
Try Clean Build. Restart x-code This resolved for me the issue :)
Replies
Boosts
Views
Activity
Aug ’24
[Ask] Can't install X code 9.3 on high sierra 10.13.4
Hello everyone,I'm new user for mac and i want to learn develop with X Code.I download and already finish download but when try to install it's failed.The error message is Use purchase page to try againI'm using MBP 15 MPPT2LL.What should I do ?
Replies
3
Boosts
0
Views
600
Activity
May ’18
Code-coverage data not generated when tests are run via X-Code bots.
I am running the application on Version 9.0 beta (9M136h). When I run the UI tests, code coverage report contains numbers for the test file as well for the main project. (Screenshot1). However, If I run the same tests using bots, no code coverage data is generated for the files in the main application, only for the files in the test application. (Screenshot 2)https://www.dropbox.com/sh/25lplykpxvpwpup/AADCe7mGHZl1bhCSIq-v69IWa?dl=0In the project scheme, have gather code coverage data enabled.
Replies
0
Boosts
0
Views
5.4k
Activity
Jun ’17
How to write UI Test for debuggable IPA file in X-Code 8?
Hello developers,Is it possible to write UI Test for a debuggable IPA file without having any buildable project?
Replies
1
Boosts
0
Views
479
Activity
Jun ’17
Reply to Firebase SDK Err
I found a work around. I'm just using X code 15.6 and it works.
Replies
Boosts
Views
Activity
Aug ’23
Reply to Xcode Version 11.0 beta Doesn't Run on 10.15 ?
I have the same issue running x-code 11 in a VMware environment so any help would be appreciated.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’19
Reply to Xcode 15.0 Release doesn't connect at all iOS 17
I have same issue anyone with any solution how to handle this. i am even thinking of downgrading mac and x code
Replies
Boosts
Views
Activity
Oct ’23
Automatic Code Signing does not work with custom entitlements in xCode 9.X
Summary:Given an app which uses custom entitlements for provisioning profiles, as granted by Apple, Xcode is unable to configure automatic code signing for that app.It seems as though Xcode has no idea about the concept of custom entitlements granted to a specific provisioning profile, such as com.apple.developer.payment-pass-provisioning.Steps to Reproduce:Create an bundle ID on the dev portal and an app on iTunes Connect.Create a provisioning profile on the dev portal.Give that bundle ID/app privileges for the com.apple.developer.payment-pass-provisioning entitlement.Enable that entitlement for the provisioning profile.Configure the entitlements for your app in Xcode to contain the com.apple.developer.payment-pass-provisioning entitlement.Configure automatic code signing in Xcode.Build and run.Expected Results: Xcode creates and downloads a provisioning profile using the com.apple.developer.payment-pass-provisioning entitlement. The build succeeds as the provisioning prof
Replies
3
Boosts
0
Views
2.3k
Activity
Jun ’18
Reply to xcode-beta 7 hang fix?
Same Problem - simulator giving constant SpringBoard errors and unable to open any XIB's. When I try to open a XIB, X-Code 7 crashes....In fact can not compile anything now.... even though I have re-installed X-code 7 from scatch...Have had to fall back on my old iMac running OS X 10.4 for the moment... such a waste of time when instead I am used to running everything on my iMac Retina.Here's to hoping Apple solves this soon !
Replies
Boosts
Views
Activity
Aug ’15
Reply to iMessage Sticker app won't upload
Are you using X-Code 9 (beta), if so you need to use the public released version available on the app store.
Replies
Boosts
Views
Activity
Aug ’17
Reply to QR-reder in iOS 11 does not read QR codes with design
Claude, could You be so kind as to tell me the right topic? I wrote in the topic X-code -> Debugger, is there a more specific topic?
Replies
Boosts
Views
Activity
Dec ’17