Xcode Server

RSS for tag

Xcode Server controls server-side bots that continuously build, analyze, test, and even archive your Xcode projects.

Posts under Xcode Server tag

174 Posts

Post

Replies

Boosts

Views

Activity

XCUITesting Terminating app due to uncaught exception 'Halted', reason: 'Protection is missing from non-development build'
Trying to get XCUI testing builds running. Test Fails with a screenshot showing the "Use Bluetooth" popup but app is not visible in it, only icon on the springboard. Perusing the logs the only helpful line I can find is: *** Terminating app due to uncaught exception 'Halted', reason: 'Protection is missing from non-development build' *** I could not find any information about this crash via Google. I originally had done a Debug build, tried with a Release build and same result. The crash report didn't really have anything useful either, excerpt: Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Triggered by Thread: 0 Application Specific Information: abort() called Thread 0 name: Dispatch queue: com.apple.main-thread Is this related to the entitlements and Data Protection? Any other ideas?
1
0
782
Dec ’21
Xcode Server initialisation problem
I tried to initialise Xcode Server on mac-mini 2020 M1 and got error. Xcode 13.1, macOS Monterey 12.0.1. I tried to upgrade libressl with no luck and have no idea what to do (system has new version but xcscontrol still using libressl-2.8) sudo xcscontrol --initialize /Volumes/Lacia/XcodeServer --build-service-user xcodeserver objc[28026]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libamsupport.dylib (0x1fa64f130) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x103fcc2c8). One of the two will be used. Which one is undefined. objc[28026]: Class AMSupportURLSession is implemented in both /usr/lib/libamsupport.dylib (0x1fa64f180) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x103fcc318). One of the two will be used. Which one is undefined. ***  (1/29) [START] Verifying that Xcode is accessible      (1/29) [END - 0.09s] Verifying that Xcode is accessible ***  (2/29) [START] Checking if Xcode version is supported      (2/29) [END - 0.00s] Checking if Xcode version is supported ***  (3/29) [START] Checking for Rosetta      (3/29) [END - 0.00s] Checking for Rosetta ***  (4/29) [START] Running xcode-select --switch for /Applications/Xcode.app ***  (5/29) [START] Enabling developer mode ***  (6/29) [START] Creating default service data directories      (6/29) [END - 0.00s] Creating default service data directories ***  (7/29) [START] Creating a symlink to the current Xcode application path ***  (8/29) [START] Preparing control integrations      (7/29) [END - 0.00s] Creating a symlink to the current Xcode application path      (8/29) [END - 0.00s] Preparing control integrations ***  (9/29) [START] Configuring CouchDB *** (10/29) [START] Configuring Redis *** (11/29) [START] Configuring Apache *** (12/29) [START] Configuring service launchd jobs     (11/29) [END - 0.00s] Configuring Apache     (10/29) [END - 0.00s] Configuring Redis      (9/29) [END - 0.00s] Configuring CouchDB     (12/29) [END - 0.00s] Configuring service launchd jobs *** (13/29) [START] Creating service groups *** (14/29) [START] Configuring CouchDB to use all cores *** (15/29) [START] Configuring logging     (14/29) [END - 0.00s] Configuring CouchDB to use all cores     (15/29) [END - 0.00s] Configuring logging      (5/29) [END - 0.01s] Enabling developer mode     (13/29) [END - 0.01s] Creating service groups *** (16/29) [START] Creating service users      (4/29) [END - 0.01s] Running xcode-select --switch for /Applications/Xcode.app     (16/29) [END - 1.72s] Creating service users *** (17/29) [START] Configuring SSL certificates     (17/29) [END - 4.88s] FAILED: Configuring SSL certificates Failed: Could not export API server SSL certificate: Error Domain=XCSSecurity Code=-1 "OpenSSL: Error decrypting key 4306077228:error:06FFF089:digital envelope routines:CRYPTO_internal:bad key length:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/apple/hmac/hmac.c:188: 4306077228:error:06FFF078:digital envelope routines:CRYPTO_internal:keygen failure:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/evp/evp_pbe.c:166: 4306077228:error:23FFF073:PKCS12 routines:func(4095):pkcs12 algor cipherinit error:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/pkcs12/p12_decr.c:83: 4306077228:error:23FFF075:PKCS12 routines:func(4095):pkcs12 pbe crypt error:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/pkcs12/p12_decr.c:133: " UserInfo={NSLocalizedDescription=OpenSSL: Error decrypting key 4306077228:error:06FFF089:digital envelope routines:CRYPTO_internal:bad key length:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/apple/hmac/hmac.c:188: 4306077228:error:06FFF078:digital envelope routines:CRYPTO_internal:keygen failure:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/evp/evp_pbe.c:166: 4306077228:error:23FFF073:PKCS12 routines:func(4095):pkcs12 algor cipherinit error:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/pkcs12/p12_decr.c:83: 4306077228:error:23FFF075:PKCS12 routines:func(4095):pkcs12 pbe crypt error:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/pkcs12/p12_decr.c:133: } Total time: 6.70 seconds Error initializing service: Could not export API server SSL certificate: Error Domain=XCSSecurity Code=-1 "OpenSSL: Error decrypting key 4306077228:error:06FFF089:digital envelope routines:CRYPTO_internal:bad key length:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/apple/hmac/hmac.c:188: 4306077228:error:06FFF078:digital envelope routines:CRYPTO_internal:keygen failure:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/evp/evp_pbe.c:166: 4306077228:error:23FFF073:PKCS12 routines:func(4095):pkcs12 algor cipherinit error:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/pkcs12/p12_decr.c:83: 4306077228:error:23FFF075:PKCS12 routines:func(4095):pkcs12 pbe crypt error:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/pkcs12/p12_decr.c:133: " UserInfo={NSLocalizedDescription=OpenSSL: Error decrypting key 4306077228:error:06FFF089:digital envelope routines:CRYPTO_internal:bad key length:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/apple/hmac/hmac.c:188: 4306077228:error:06FFF078:digital envelope routines:CRYPTO_internal:keygen failure:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/evp/evp_pbe.c:166: 4306077228:error:23FFF073:PKCS12 routines:func(4095):pkcs12 algor cipherinit error:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/pkcs12/p12_decr.c:83: 4306077228:error:23FFF075:PKCS12 routines:func(4095):pkcs12 pbe crypt error:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/pkcs12/p12_decr.c:133: }
1
0
1.6k
Nov ’21
Xcode server bot can't clone from github/bitbucket
Can't get a server bot to clone any repository in GitHub or Bitbucket. It seems like it needs access to credentials that are there when the bots are setup but have not made it into the server's user or something. Almost as if I need to setup .ssh for whatever user runs the bots? Points I can think of: Xcode 13 I've tried public and private repos local accounts have access just fine, just not the one the bot runs on. Accounts in Xcode on both the machines are setup, but that's not the xcodeserver user. I've had this working before before these services forced you to personal access tokens. For the integration user I've tried accounts that have full access to these repositories. As a test I added a post integration trigger to try to clone it manually. That works fine.
10
0
3.7k
Oct ’21
Code Signing not working on Xcode 13 Server
Hi All, After the upgrade to Xcode 13 final, I can’t seem to get Xcode Server to code sign my app in a bot. Error was always: Warning: unable to build chain to self-signed root for signer "Apple Development: OS X Server (...)" Building the app directly using Xcode interactively works though. Xcode version: 13 (13A233) macOS version: Monterey 12.0 Beta (21A5534d)
1
0
1.3k
Oct ’21
Failed to start remote service fetchsymbols, Xcode 12.5.1, TVOS 15
On the newest AppleTV 4K, I have updated to TVOS 15. Because of that, Xcode 12.5.1 is building, but never runs the project because of the fetchsymbols issue: Failed to start remote service "com.apple.dt.fetchsymbols" on device. Please help! My option was to downgrade, however, it is not doable on the newest AppleTV 4K, 2021.
2
0
2.1k
Sep ’21
Error during the archiving process
hi. i wanted to archiv my ios project and i choose my Iphone as remot device. I have already used this Iphone the first time to achiv and it worked. but now i get error: "the selected device does not support archiving. The selected iOS device is not supported to create an archive. Select a remote device from the drop-down menu before archiving.". But i have selected my Iphone
0
0
824
Aug ’21
Untrusted Developer
Hi, this is to help people who facing this message when building application in their iOS devices. Here are steps to solve this problem. 1- Go to the setting in your iphone 2- General 3- Device managment (under VPN) 4- click on Apple Development 5- click on Trust "Apple Development: youremail@email" 6- you will like this message , press Trust Great! your project will open in your iOS device now. Note: don't forget to set signing setting in your Xcode
0
0
1.1k
Aug ’21
How to pair watchOS 7 to Xcode 13 to run app on real device ?
I'm interested in finding how to pair the real device to Xcode 13 to learn how to develop a watchOS 7 App. I click the option to build for real device and receive a system prompt to pair the device. How do I pair the the watch ?
Replies
0
Boosts
0
Views
771
Activity
Dec ’21
XCUITesting Terminating app due to uncaught exception 'Halted', reason: 'Protection is missing from non-development build'
Trying to get XCUI testing builds running. Test Fails with a screenshot showing the "Use Bluetooth" popup but app is not visible in it, only icon on the springboard. Perusing the logs the only helpful line I can find is: *** Terminating app due to uncaught exception 'Halted', reason: 'Protection is missing from non-development build' *** I could not find any information about this crash via Google. I originally had done a Debug build, tried with a Release build and same result. The crash report didn't really have anything useful either, excerpt: Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Triggered by Thread: 0 Application Specific Information: abort() called Thread 0 name: Dispatch queue: com.apple.main-thread Is this related to the entitlements and Data Protection? Any other ideas?
Replies
1
Boosts
0
Views
782
Activity
Dec ’21
Xcode Server initialisation problem
I tried to initialise Xcode Server on mac-mini 2020 M1 and got error. Xcode 13.1, macOS Monterey 12.0.1. I tried to upgrade libressl with no luck and have no idea what to do (system has new version but xcscontrol still using libressl-2.8) sudo xcscontrol --initialize /Volumes/Lacia/XcodeServer --build-service-user xcodeserver objc[28026]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libamsupport.dylib (0x1fa64f130) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x103fcc2c8). One of the two will be used. Which one is undefined. objc[28026]: Class AMSupportURLSession is implemented in both /usr/lib/libamsupport.dylib (0x1fa64f180) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x103fcc318). One of the two will be used. Which one is undefined. ***  (1/29) [START] Verifying that Xcode is accessible      (1/29) [END - 0.09s] Verifying that Xcode is accessible ***  (2/29) [START] Checking if Xcode version is supported      (2/29) [END - 0.00s] Checking if Xcode version is supported ***  (3/29) [START] Checking for Rosetta      (3/29) [END - 0.00s] Checking for Rosetta ***  (4/29) [START] Running xcode-select --switch for /Applications/Xcode.app ***  (5/29) [START] Enabling developer mode ***  (6/29) [START] Creating default service data directories      (6/29) [END - 0.00s] Creating default service data directories ***  (7/29) [START] Creating a symlink to the current Xcode application path ***  (8/29) [START] Preparing control integrations      (7/29) [END - 0.00s] Creating a symlink to the current Xcode application path      (8/29) [END - 0.00s] Preparing control integrations ***  (9/29) [START] Configuring CouchDB *** (10/29) [START] Configuring Redis *** (11/29) [START] Configuring Apache *** (12/29) [START] Configuring service launchd jobs     (11/29) [END - 0.00s] Configuring Apache     (10/29) [END - 0.00s] Configuring Redis      (9/29) [END - 0.00s] Configuring CouchDB     (12/29) [END - 0.00s] Configuring service launchd jobs *** (13/29) [START] Creating service groups *** (14/29) [START] Configuring CouchDB to use all cores *** (15/29) [START] Configuring logging     (14/29) [END - 0.00s] Configuring CouchDB to use all cores     (15/29) [END - 0.00s] Configuring logging      (5/29) [END - 0.01s] Enabling developer mode     (13/29) [END - 0.01s] Creating service groups *** (16/29) [START] Creating service users      (4/29) [END - 0.01s] Running xcode-select --switch for /Applications/Xcode.app     (16/29) [END - 1.72s] Creating service users *** (17/29) [START] Configuring SSL certificates     (17/29) [END - 4.88s] FAILED: Configuring SSL certificates Failed: Could not export API server SSL certificate: Error Domain=XCSSecurity Code=-1 "OpenSSL: Error decrypting key 4306077228:error:06FFF089:digital envelope routines:CRYPTO_internal:bad key length:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/apple/hmac/hmac.c:188: 4306077228:error:06FFF078:digital envelope routines:CRYPTO_internal:keygen failure:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/evp/evp_pbe.c:166: 4306077228:error:23FFF073:PKCS12 routines:func(4095):pkcs12 algor cipherinit error:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/pkcs12/p12_decr.c:83: 4306077228:error:23FFF075:PKCS12 routines:func(4095):pkcs12 pbe crypt error:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/pkcs12/p12_decr.c:133: " UserInfo={NSLocalizedDescription=OpenSSL: Error decrypting key 4306077228:error:06FFF089:digital envelope routines:CRYPTO_internal:bad key length:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/apple/hmac/hmac.c:188: 4306077228:error:06FFF078:digital envelope routines:CRYPTO_internal:keygen failure:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/evp/evp_pbe.c:166: 4306077228:error:23FFF073:PKCS12 routines:func(4095):pkcs12 algor cipherinit error:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/pkcs12/p12_decr.c:83: 4306077228:error:23FFF075:PKCS12 routines:func(4095):pkcs12 pbe crypt error:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/pkcs12/p12_decr.c:133: } Total time: 6.70 seconds Error initializing service: Could not export API server SSL certificate: Error Domain=XCSSecurity Code=-1 "OpenSSL: Error decrypting key 4306077228:error:06FFF089:digital envelope routines:CRYPTO_internal:bad key length:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/apple/hmac/hmac.c:188: 4306077228:error:06FFF078:digital envelope routines:CRYPTO_internal:keygen failure:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/evp/evp_pbe.c:166: 4306077228:error:23FFF073:PKCS12 routines:func(4095):pkcs12 algor cipherinit error:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/pkcs12/p12_decr.c:83: 4306077228:error:23FFF075:PKCS12 routines:func(4095):pkcs12 pbe crypt error:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/pkcs12/p12_decr.c:133: " UserInfo={NSLocalizedDescription=OpenSSL: Error decrypting key 4306077228:error:06FFF089:digital envelope routines:CRYPTO_internal:bad key length:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/apple/hmac/hmac.c:188: 4306077228:error:06FFF078:digital envelope routines:CRYPTO_internal:keygen failure:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/evp/evp_pbe.c:166: 4306077228:error:23FFF073:PKCS12 routines:func(4095):pkcs12 algor cipherinit error:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/pkcs12/p12_decr.c:83: 4306077228:error:23FFF075:PKCS12 routines:func(4095):pkcs12 pbe crypt error:/System/Volumes/Data/SWE/macOS/BuildRoots/b8ff8433dc/Library/Caches/com.apple.xbs/Sources/libressl/libressl-75/libressl-2.8/crypto/pkcs12/p12_decr.c:133: }
Replies
1
Boosts
0
Views
1.6k
Activity
Nov ’21
Hello i have a big problem i can't get around. error 90171
Hello i have a big problem i can't get around. I Really need your guys help please!! i would be so happy.
Replies
1
Boosts
0
Views
1.9k
Activity
Nov ’21
Xcode error run function
I've received this message when I try to run the program: "Failed to install the requested application The bundle identifier of the application could not be determined. Ensure that the application's Info.plist contains a value for CFBundleIdentifier." What I can do to fix it?
Replies
2
Boosts
0
Views
2.4k
Activity
Nov ’21
Cannot create any bot in Xcode 13
I can’t seem to create any bot with Xcode 13 on macOS Monterey. The error message was “The server is currently unable to build for any platforms...” The app I was trying to build was the standard macOS SwiftUI application, straight from the template code. What seems to be the problem here?
Replies
1
Boosts
0
Views
1.3k
Activity
Oct ’21
Xcode server bot can't clone from github/bitbucket
Can't get a server bot to clone any repository in GitHub or Bitbucket. It seems like it needs access to credentials that are there when the bots are setup but have not made it into the server's user or something. Almost as if I need to setup .ssh for whatever user runs the bots? Points I can think of: Xcode 13 I've tried public and private repos local accounts have access just fine, just not the one the bot runs on. Accounts in Xcode on both the machines are setup, but that's not the xcodeserver user. I've had this working before before these services forced you to personal access tokens. For the integration user I've tried accounts that have full access to these repositories. As a test I added a post integration trigger to try to clone it manually. That works fine.
Replies
10
Boosts
0
Views
3.7k
Activity
Oct ’21
Code Signing not working on Xcode 13 Server
Hi All, After the upgrade to Xcode 13 final, I can’t seem to get Xcode Server to code sign my app in a bot. Error was always: Warning: unable to build chain to self-signed root for signer "Apple Development: OS X Server (...)" Building the app directly using Xcode interactively works though. Xcode version: 13 (13A233) macOS version: Monterey 12.0 Beta (21A5534d)
Replies
1
Boosts
0
Views
1.3k
Activity
Oct ’21
Xampp
when I tried to open xampp I faced a problem Xcode quit unexpectedly while using the libMainThreadChecker.dylib plug-in.
Replies
0
Boosts
0
Views
1k
Activity
Oct ’21
Failed to start remote service fetchsymbols, Xcode 12.5.1, TVOS 15
On the newest AppleTV 4K, I have updated to TVOS 15. Because of that, Xcode 12.5.1 is building, but never runs the project because of the fetchsymbols issue: Failed to start remote service "com.apple.dt.fetchsymbols" on device. Please help! My option was to downgrade, however, it is not doable on the newest AppleTV 4K, 2021.
Replies
2
Boosts
0
Views
2.1k
Activity
Sep ’21
Error during the archiving process
hi. i wanted to archiv my ios project and i choose my Iphone as remot device. I have already used this Iphone the first time to achiv and it worked. but now i get error: "the selected device does not support archiving. The selected iOS device is not supported to create an archive. Select a remote device from the drop-down menu before archiving.". But i have selected my Iphone
Replies
0
Boosts
0
Views
824
Activity
Aug ’21
Untrusted Developer
Hi, this is to help people who facing this message when building application in their iOS devices. Here are steps to solve this problem. 1- Go to the setting in your iphone 2- General 3- Device managment (under VPN) 4- click on Apple Development 5- click on Trust "Apple Development: youremail@email" 6- you will like this message , press Trust Great! your project will open in your iOS device now. Note: don't forget to set signing setting in your Xcode
Replies
0
Boosts
0
Views
1.1k
Activity
Aug ’21
Xcode - Developing IOS Applications
What is the bare minimum requirement of iMac/Macbook/Mac processors to create, run and test an IOS application? Also, feel free to share the device name.
Replies
2
Boosts
0
Views
852
Activity
Aug ’21
Barcode Scanner and write to Excel
Hi everyone, is it possible to program an app in xcode that scans a barcode and then write information into an excel document in hidrive?
Replies
4
Boosts
0
Views
1.7k
Activity
Aug ’21