Post

Replies

Boosts

Views

Activity

Reply to Xcode Cloud not working with local packages
Have faced this earlier and fixed it by adding back Package.resolved file into the repo. It's not because SPMKit2 doesn't have dependencies but you didn't commit your project's Package.resolved file don't you use any third party spm in your app? if yes, you need to commit the Package.resolved to remote atleast for the main project's spm packages.
Dec ’23
Reply to XCode Cloud xcodebuild archive timeout
This happened for me as well, it waits in compile swift files step almost forever and eventually fails with time out
Replies
Boosts
Views
Activity
Apr ’24
Reply to In Xcode Cloud the archiving process keeps failing due to time out.
is it a huge codebase? did you check in which step xcode cloud was stuck in your build?
Replies
Boosts
Views
Activity
Dec ’23
Reply to Xcode cloud archive build Command exited with non-zero exit-code: 65
You can download the logs from artifacts available or you can also check click on the Archive iOS step inside Actions section in the left pane, could give more info
Replies
Boosts
Views
Activity
Dec ’23
Reply to Xcode Cloud not working with local packages
Have faced this earlier and fixed it by adding back Package.resolved file into the repo. It's not because SPMKit2 doesn't have dependencies but you didn't commit your project's Package.resolved file don't you use any third party spm in your app? if yes, you need to commit the Package.resolved to remote atleast for the main project's spm packages.
Replies
Boosts
Views
Activity
Dec ’23
Reply to Xcode Cloud builds get stuck at end of Archive step
for me using Xcode 15.0.1 for release archive step always timeouts - stops after being idle for 30 minutes
Replies
Boosts
Views
Activity
Dec ’23
Reply to Xcode Cloud Timeout Problem
did you guys try updating XCODEBUILD_TIMEOUT env variable?
Replies
Boosts
Views
Activity
Dec ’23
Reply to how to fetch scmGitReferences for a branch directly?
closest I got is: https://developer.apple.com/forums/thread/710472?answerId=742769022#742769022 it must require a lot of apis to find the values if you have many branches(>200). I'm still unable to get the branch names and gitreferences correctly
Replies
Boosts
Views
Activity
Apr ’23