Use this tag with questions about Xcode Cloud, Apple's CI/CD platform.
Questions tagged [xcode-cloud]
80 questions
0
votes
1 answer
Xcode Cloud workflows are not visible by other developer in Xcode
I am using Xcode Cloud workflows for my app. I see everything related to workflows right in Xcode and also on App Store Connect website.
When I granted to other developer access to this app with developer role he started to see workflows on App…

moonvader
- 19,761
- 18
- 67
- 116
0
votes
1 answer
Xcode cloud data center location
Do we have a documentation that says where xcode cloud stores your data or if you can change regions? Most cloud solutions like AWS and Google allows selecting region.
Thanks!

Ted
- 22,696
- 11
- 95
- 109
-1
votes
0 answers
Getting "This operation must be run in work tree" error while SVN to GIT (Code cloud) Migration
I am migrating the source code with all the commits from SVN to GIT (Code cloud). I am able to fetch all the commit authors from SVN repo in Authors.txt. I am using command to fetch all the codebase from SVN to local:
git svn clone --fetch-all…

Swapnil Mahajan
- 7
- 2
-1
votes
1 answer
Xcode Build version flag to set for Xcode Cloud
I want to set a flag in my project so that I can build to devices as well as have XCode cloud properly manage the build number.
Currently when I build my project with
${CI_BUILD_NUMBER} OR ${XCODE_CLOUD_BUILD_NUMBER}
Apple manages to the several…

dcrow
- 570
- 5
- 11
-2
votes
1 answer
access to keychain error when try to login to appcenter from Xcode Cloud
this is some part of my script for uploading the app to appcenter from Xcode Cloud:
1. $brew install npm
2. $npm install -g appcenter-cli
3. $appcenter login --token [my-token]
4. $appcenter distribute release -f…

Hamed
- 1,678
- 18
- 30