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

180 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
748
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.6k
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.2k
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.0k
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
803
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
991
Aug ’21
How to set up XCode Server
Hello ! I was studying swift by Apple's book "Develop in swift Data Collections" and in some projects book provided server application to which in IOS app were made url requests to send and receive data. How can I create such server using swift and xcode without any frameworks or external libraries ?
1
0
856
Aug ’21
Xcode 12.x Build Service Error: Integration results could not be uploaded.
I'm seeing this problem after upgrading to Xcode12, but it is intermittent. Duplicating all my bots as suggested in this related post did not work. https://developer.apple.com/forums/thread/125500?login=true&page=1#639161022 Looking in the logs, it seems to be a timeout (30 seconds) in the command to copy the integration assets. I'm not sure where to override this timeout. I tried suppressing the error in the build report, but the overall bot status still shows 'failed'. How can this be fixed? I'm pulling my hair out with frustration. I have post-build/test scripts that only run on 'bot success' and won't ever be called even though there are no build errors and all the tests pass.
12
0
4.1k
Jul ’21
Xcode Server 12.5.1 Failed Configured Destination
After upgrading to Xcode 12.5.1, I always face this error in all of my bots (be it one targeting macOS or iOS). The error is "Configured destination is no longer supported or couldn't be found." I looked up the log of the integration and found this error: xcodebuild: error: Unable to find a destination matching the provided destination specifier: { platform:com.apple.platform.macosx, arch:x86_64 } Available destinations for the "<scheme name>" scheme: { platform:macOS, arch:x86_64h, id:5A53DA80-4CAD-55BF-95E9-BB2DCDF1AE19 } Apparently, it has something to do with the "platform" which is different. But wait. Check the iOS one too. xcodebuild: error: Unable to find a destination matching the provided destination specifier: { id:9CC49419-EB3E-4AD7-957B-615C2746F0AC } Available destinations for the "<scheme name>" scheme: { platform:macOS, arch:x86_64h, id:5A53DA80-4CAD-55BF-95E9-BB2DCDF1AE19 } This one is weird 🤔 I am sure this scheme is runnable on iOS. I run it using Xcode already and the tests passed and everything. These same errors appears on another MacBook I am using for integration. The very same error, same Xcode version, and after upgrading Xcode Server. Failed Trials: Reinstalling Xcode. Deleting all bots and creating them from scratch. Disabling parallel builds on the scheme (some one suggested that in Stackoverflow). Currently, I am running my tests using Xcode which takes a lot of time since I need to start the text manually after finish tests on a specific simulator or device. With integration, I can set a single bot for all devices or even a series of bots with pending integrations.
0
0
881
Jul ’21
Remote Repository Identifier Key
Hi all, I can not find information on how the above key is created. First things first: Xcode generates xcscmblueprint files in order to describe a repository. I haven't found a way to create such a file, nor have I found information how the: DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey (That's its "full name") is created. It is an ID, which seems to describe the Repository URL, as the ID is always the same for a given repository. As of now, I haven't found a way of creating that identifier, other than creating an archive of the app and dig into the .xcarchive to get at the .xcscmblueprint file with that identifier. The reason I need the identifier is that I want to automatically create Xcode Server bots. It must be somehow derived from the URL, but I can't figure out how. Thanks in advance for any info
0
0
858
Jul ’21
Xcode 12.4 Swift Files Missing
Hi I'm using Flutter to do an IOS app using Xcode. I'm currently using version 12.4 on my MacBook Pro mid 2012. When I try to run it on the IOS App simulator, I'm getting a long error message. here is a snippet of it Xcode's output: ↳     ld: warning: Could not find or use auto-linked library 'swiftSwiftOnoneSupport'     ld: warning: Could not find or use auto-linked library 'swiftObjectiveC'     ld: warning: Could not find or use auto-linked library 'swiftCoreFoundation'     ld: warning: Could not find or use auto-linked library 'swiftCompatibility50'     ld: warning: Could not find or use auto-linked library 'swiftDarwin'     ld: warning: Could not find or use auto-linked library 'swiftUIKit'     ld: warning: Could not find or use auto-linked library 'swiftQuartzCore'     ld: warning: Could not find or use auto-linked library 'swiftCore'     ld: warning: Could not find or use auto-linked library 'swiftCoreGraphics'     ld: warning: Could not find or use auto-linked library 'swiftCompatibility51'     ld: warning: Could not find or use auto-linked library 'swiftFoundation'     ld: warning: Could not find or use auto-linked library 'swiftCoreImage'     ld: warning: Could not find or use auto-linked library 'swiftCompatibilityDynamicReplacements'     ld: warning: Could not find or use auto-linked library 'swiftMetal'     ld: warning: Could not find or use auto-linked library 'swiftDispatch'     ld: warning: Could not find or use auto-linked library 'swiftCoreMedia'     ld: warning: Could not find or use auto-linked library 'swiftCoreAudio'     Undefined symbols for architecture x86_64: Try doing research and think it might be linked to framework issue but not sure. Can anyone possibly advise? Thanks Eddie
0
0
912
Jul ’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
748
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.3k
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.2k
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.6k
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.2k
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
986
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.0k
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
803
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
991
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
787
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.6k
Activity
Aug ’21
How to set up XCode Server
Hello ! I was studying swift by Apple's book "Develop in swift Data Collections" and in some projects book provided server application to which in IOS app were made url requests to send and receive data. How can I create such server using swift and xcode without any frameworks or external libraries ?
Replies
1
Boosts
0
Views
856
Activity
Aug ’21
xcode download
hello everyone, please help with my Xcode because I can not download it keep on saying get update and I cant the update download.
Replies
1
Boosts
0
Views
1.3k
Activity
Aug ’21
Xcode 12.x Build Service Error: Integration results could not be uploaded.
I'm seeing this problem after upgrading to Xcode12, but it is intermittent. Duplicating all my bots as suggested in this related post did not work. https://developer.apple.com/forums/thread/125500?login=true&page=1#639161022 Looking in the logs, it seems to be a timeout (30 seconds) in the command to copy the integration assets. I'm not sure where to override this timeout. I tried suppressing the error in the build report, but the overall bot status still shows 'failed'. How can this be fixed? I'm pulling my hair out with frustration. I have post-build/test scripts that only run on 'bot success' and won't ever be called even though there are no build errors and all the tests pass.
Replies
12
Boosts
0
Views
4.1k
Activity
Jul ’21
Cannot Preview in this file- Landmark Crashed
Cannot Preview in this file- Landmark Crashed
Replies
2
Boosts
0
Views
1.5k
Activity
Jul ’21
Xcode Server 12.5.1 Failed Configured Destination
After upgrading to Xcode 12.5.1, I always face this error in all of my bots (be it one targeting macOS or iOS). The error is "Configured destination is no longer supported or couldn't be found." I looked up the log of the integration and found this error: xcodebuild: error: Unable to find a destination matching the provided destination specifier: { platform:com.apple.platform.macosx, arch:x86_64 } Available destinations for the "<scheme name>" scheme: { platform:macOS, arch:x86_64h, id:5A53DA80-4CAD-55BF-95E9-BB2DCDF1AE19 } Apparently, it has something to do with the "platform" which is different. But wait. Check the iOS one too. xcodebuild: error: Unable to find a destination matching the provided destination specifier: { id:9CC49419-EB3E-4AD7-957B-615C2746F0AC } Available destinations for the "<scheme name>" scheme: { platform:macOS, arch:x86_64h, id:5A53DA80-4CAD-55BF-95E9-BB2DCDF1AE19 } This one is weird 🤔 I am sure this scheme is runnable on iOS. I run it using Xcode already and the tests passed and everything. These same errors appears on another MacBook I am using for integration. The very same error, same Xcode version, and after upgrading Xcode Server. Failed Trials: Reinstalling Xcode. Deleting all bots and creating them from scratch. Disabling parallel builds on the scheme (some one suggested that in Stackoverflow). Currently, I am running my tests using Xcode which takes a lot of time since I need to start the text manually after finish tests on a specific simulator or device. With integration, I can set a single bot for all devices or even a series of bots with pending integrations.
Replies
0
Boosts
0
Views
881
Activity
Jul ’21
Remote Repository Identifier Key
Hi all, I can not find information on how the above key is created. First things first: Xcode generates xcscmblueprint files in order to describe a repository. I haven't found a way to create such a file, nor have I found information how the: DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey (That's its "full name") is created. It is an ID, which seems to describe the Repository URL, as the ID is always the same for a given repository. As of now, I haven't found a way of creating that identifier, other than creating an archive of the app and dig into the .xcarchive to get at the .xcscmblueprint file with that identifier. The reason I need the identifier is that I want to automatically create Xcode Server bots. It must be somehow derived from the URL, but I can't figure out how. Thanks in advance for any info
Replies
0
Boosts
0
Views
858
Activity
Jul ’21
Xcode 12.4 Swift Files Missing
Hi I'm using Flutter to do an IOS app using Xcode. I'm currently using version 12.4 on my MacBook Pro mid 2012. When I try to run it on the IOS App simulator, I'm getting a long error message. here is a snippet of it Xcode's output: ↳     ld: warning: Could not find or use auto-linked library 'swiftSwiftOnoneSupport'     ld: warning: Could not find or use auto-linked library 'swiftObjectiveC'     ld: warning: Could not find or use auto-linked library 'swiftCoreFoundation'     ld: warning: Could not find or use auto-linked library 'swiftCompatibility50'     ld: warning: Could not find or use auto-linked library 'swiftDarwin'     ld: warning: Could not find or use auto-linked library 'swiftUIKit'     ld: warning: Could not find or use auto-linked library 'swiftQuartzCore'     ld: warning: Could not find or use auto-linked library 'swiftCore'     ld: warning: Could not find or use auto-linked library 'swiftCoreGraphics'     ld: warning: Could not find or use auto-linked library 'swiftCompatibility51'     ld: warning: Could not find or use auto-linked library 'swiftFoundation'     ld: warning: Could not find or use auto-linked library 'swiftCoreImage'     ld: warning: Could not find or use auto-linked library 'swiftCompatibilityDynamicReplacements'     ld: warning: Could not find or use auto-linked library 'swiftMetal'     ld: warning: Could not find or use auto-linked library 'swiftDispatch'     ld: warning: Could not find or use auto-linked library 'swiftCoreMedia'     ld: warning: Could not find or use auto-linked library 'swiftCoreAudio'     Undefined symbols for architecture x86_64: Try doing research and think it might be linked to framework issue but not sure. Can anyone possibly advise? Thanks Eddie
Replies
0
Boosts
0
Views
912
Activity
Jul ’21