Post

Replies

Boosts

Views

Activity

Xcode Cloud SIGILL Crashes
This issue started to appear in the last couple of weeks. And it's annoying because Xcode Cloud actually is based on build duration. Here is a sample: The whole build took like 10 minutes. We can easily consume the 25 hours free tier because of these. The crash logs are completely useless. And the failing tests change from one run to the other and on different simulators. I really hope Xcode Cloud team look into this as it's frustrating and kills the whole point of Xcode Cloud (BTW, these issues won't happen on Bitrise).
6
0
683
Jun ’24
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
743
Jul ’21