Post

Replies

Boosts

Views

Activity

Reply to XcodeCloud fails while Resolving Dependencies
After some more investigation I think I found a workaround. In our case he problem is definitely related to SPM packages that contain .swift in the URL. I tried url encoding the dot (.) to %2e and it seems to fix the problem. So https://github.com/auth0/JWTDecode.swift.git becomes https://github.com/auth0/JWTDecode%2eswift.git Now the packages are resolved successfully both on Xcode Cloud and locally using Xcode 16 beta. Could someone please verify this?
Jul ’24
Reply to Random exportArchive 70 Error Code When Using Xcode Cloud for Build
Same here. If you download the xcodebuild-export-archive logs, you will probably see something like "Communication with Apple failed" UserInfo={NSLocalizedDescription=Communication with Apple failed, NSLocalizedRecoverySuggestion=A non-HTTP 200 response was received (502) for URL http://172.16.143.200:8089/.... ... error: exportArchive No signing certificate "iOS Distribution" found We had the same issue a couple of months ago, and it just went away the next day.
Apr ’25
Reply to Xcode Cloud builds stuck at App Store Connect
I think we're having the same problem. Xcode Cloud build was stuck on Prepare Build for App Store Connect for 13 hours. App Store Connect was showing the build as "Processing". This morning I cancelled the build. Xcode Cloud status is Cancelled, but App Store Connect still showing as "Processing". Started a new build. Same issue. So now we have two builds stuck on "Processing". I contacted support with details. Case ID is 102802250079
Jan ’26
Reply to App built with Xcode 14.3 crashes on iOS 15
Seems like this is fixed in Xcode 14.3.1 https://developer.apple.com/documentation/xcode-release-notes/xcode-14_3_1-release-notes
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
May ’23
Reply to Xcode Cloud build phase has massively slowed down
Same here. Our builds became about two times slower (10 - 15 vs. 30 minutes). I think it started about a week ago.
Replies
Boosts
Views
Activity
May ’24
Reply to XcodeCloud fails while Resolving Dependencies
Same issue here. FB14248955 Not 100% sure, but I think in our case it is related to https://github.com/auth0/JWTDecode.swift and/or https://github.com/ashleymills/Reachability.swift dependencies. We can also reproduce it both by running xcodebuild and by simply trying to open the project in Xcode 16 beta.
Replies
Boosts
Views
Activity
Jul ’24
Reply to XcodeCloud fails while Resolving Dependencies
Still crashes on Xcode 16 beta 4.
Replies
Boosts
Views
Activity
Jul ’24
Reply to XcodeCloud fails while Resolving Dependencies
After some more investigation I think I found a workaround. In our case he problem is definitely related to SPM packages that contain .swift in the URL. I tried url encoding the dot (.) to %2e and it seems to fix the problem. So https://github.com/auth0/JWTDecode.swift.git becomes https://github.com/auth0/JWTDecode%2eswift.git Now the packages are resolved successfully both on Xcode Cloud and locally using Xcode 16 beta. Could someone please verify this?
Replies
Boosts
Views
Activity
Jul ’24
Reply to App Store Connect invalidating binary during App Review - built with Xcode Cloud / Xcode 16 RC
Same issue when building with Xcode Cloud. I think this happens every year - Apple publishes the News article but App Store Connect gets updated only the following day.
Replies
Boosts
Views
Activity
Sep ’24
Reply to Random exportArchive 70 Error Code When Using Xcode Cloud for Build
Same here. If you download the xcodebuild-export-archive logs, you will probably see something like "Communication with Apple failed" UserInfo={NSLocalizedDescription=Communication with Apple failed, NSLocalizedRecoverySuggestion=A non-HTTP 200 response was received (502) for URL http://172.16.143.200:8089/.... ... error: exportArchive No signing certificate "iOS Distribution" found We had the same issue a couple of months ago, and it just went away the next day.
Replies
Boosts
Views
Activity
Apr ’25
Reply to Xcode Cloud builds stuck at App Store Connect
I think we're having the same problem. Xcode Cloud build was stuck on Prepare Build for App Store Connect for 13 hours. App Store Connect was showing the build as "Processing". This morning I cancelled the build. Xcode Cloud status is Cancelled, but App Store Connect still showing as "Processing". Started a new build. Same issue. So now we have two builds stuck on "Processing". I contacted support with details. Case ID is 102802250079
Replies
Boosts
Views
Activity
Jan ’26
Reply to TestFlight build stuck in “Processing” for 13+ hours!
Same. Here's another post about this issue https://developer.apple.com/forums/thread/812634
Replies
Boosts
Views
Activity
Jan ’26