Use this tag with questions about Xcode Cloud, Apple's CI/CD platform.
Questions tagged [xcode-cloud]
80 questions
0
votes
0 answers
Flutter Project Not Building in Xcode Cloud
If you all know anything about these errors below your help would be greatly appreciated. If you need any more information about this feel free to comment. I'm pretty lost at this point. I've been archiving my Flutter app with Xcode Cloud and am…

Not_Ryan
- 11
- 1
0
votes
1 answer
How do I change the refresh my xcode workflow to match my new project name
I have recently done a rename of my entire project from Pantry to PantryPal. Everything has worked except the workflow in xcode cloud that runs when I commit to any of my branches. It let me change the project file name but not the scheme name which…

MarcelQT
- 5
- 2
0
votes
1 answer
Xcode Cloud Build - Unable to load contents of file
I can't get Xcode Cloud past these "Unable to load contents of file list: '/Target Support Files/Pods-MyApp/Pods-MyApp-frameworks-Release-output-files.xcfilelist'" errors. I've tried:
pod deintegrate/install
cleaning and restarting Xcode…

soleil
- 12,133
- 33
- 112
- 183
0
votes
0 answers
GitLab installation was incomplete on Xcode Cloud Setup
I am unable to connect my gitlab account with xcloud. It was previously connected but I had deleted the Xcode Cloud data after we have changed our gitlab remote origin url. Since then whenever I am trying to connect, I am getting this error "Gitlab…

Md Javed Akhtar
- 81
- 1
- 12
0
votes
0 answers
Xcode Cloud access private repo with Access Token
My issue is that I have one of the dependencies is on the private repo.
I use SPM and the repo is protected with login/token.
To get the code locally I have a .netrc file with my credentials.
This part works.
When I setup a Xcode Cloud pipeline, it…
0
votes
0 answers
Xcode Cloud does not show up in Xcode 14.2
I setup and configured Xcode cloud and everything worked and synced properly and I was able to see the same configuration in App Store Connect > Xcode Cloud
I accidentally deleted my project and git cloned it again. Now, if I try to create a…

Rpj
- 5,348
- 16
- 62
- 122
0
votes
0 answers
Xcode Cloud not building my Flutter Project
I'm encountering a problem when building my Flutter application using Xcode Cloud. During the build process, I get the following error:
Command PhaseScriptExecution failed with a nonzero exit code
To provide more context, this is the content of…

hasanals
- 31
- 6
0
votes
2 answers
Xcode cloud and Bitrise CI/CD fails : Use of bitwise '|' with boolean operands
I'm trying to build my ReactNative application for IOS using Bitrise and Xcode build pipelines.
Is there any way to skip this issue on CI/CD pipelines?
I'm getting this on Xcode and Bitrise both…

sandeepa dilshan
- 11
- 3
0
votes
0 answers
Is it possible to start an Xcode Cloud workflow from a comment left on a PR?
I'm trying to reduce the number of builds getting sent to TestFlight because I sometimes make multiple commits my PRs. Is it possible to setup a bot or web hook to trigger an Xcode Cloud workflow?
The documentation seems to say
You can configure up…

xtroll
- 1
0
votes
0 answers
Xcode Cloud and local Swift package
I'm trying Xcode Cloud, but I'm having troubles with a project that uses a local Swift package. The package is added to the project via drag and drop. It is also publicly available on Github, so the url can be accessed always without specific auth…

Andrea Mario Lufino
- 7,921
- 12
- 47
- 78
0
votes
0 answers
Flutter with Xcode cloud workflow build error: Unable to load contents of file list
I'm trying to setup a workflow to automatically compile my app on branch push but get this error.
This is the error
Already tried setting up a script like here

Felix Brüggemann
- 1
- 2
0
votes
0 answers
How can we set different API endpoints in Xcode Cloud for our project
I am working on a project where I need to choose between three end points for API:
.app
.cloud
.com
I am not sure about how can I do this while either archivng the app itself in Xcode without having to change the end point in a Constant file for…

Navdeep Rana
- 1
- 1
0
votes
0 answers
Cocoapods Acknowledgements.plist file not found when using Xcode Cloud for CI/CD
In My Podfile, I have a post_install hook that has the following line of code:
FileUtils.cp_r('Pods/Target Support Files/Pods-MyApp/Pods-MyApp-Acknowledgements.plist', 'MyApp/SupportingFiles/Settings.bundle/Acknowledgements.plist',…

daredevil1234
- 1,303
- 1
- 10
- 34
0
votes
1 answer
Xcode Cloud can't find GoogleService-Info.plist
I try to build my iOS app (made with Flutter) with Xcode cloud, all is fine until I get this error:
Build input file cannot be found: '/Volumes/GoogleService-Info.plist'. Did you forget to declare this file
as an output of a script phase or custom…

t3nsa
- 680
- 6
- 21
0
votes
0 answers
xcode cloud build fails
I connected the xcode cloud to my git repo. The repo that I can build the iPhone app successfully, can't build and has issues.
My build fails by 5 errors:
Unable to load contents of file list: '/Target Support…

Amin Noura
- 289
- 2
- 12