Use this tag with questions about Xcode Cloud, Apple's CI/CD platform.
Questions tagged [xcode-cloud]
80 questions
1
vote
0 answers
Xcode Cloud build queued for hours
This is my first time working with Xcode Cloud.
I just created a workflow to build my project in Xcode Cloud.
All dependencies are managed through Swift Package Manager with repositories being hosted on publicly accessible URLs.
I had no issues to…

Raphael
- 2,691
- 1
- 16
- 21
1
vote
1 answer
Xcode UI test plans : show attachment previews in test results
In the Apple overview page of Xcode Cloud, I can see this image of the result of a test executed with Xcode Cloud:
The attachements of the test are displayed as a full image. But on my side, the attachements are displayed inline and not as a full…

bpisano
- 335
- 3
- 13
1
vote
0 answers
Xcode Cloud Build input file not found
I'm trying to get Xcode Cloud up and running for my project. I'm using the basic default workflow, but it is failing with the following error
Build input cannot be found /GoogleService-Info.plist. Did you forget to declare this file as an output of…

Robert
- 809
- 3
- 10
- 19
1
vote
0 answers
Xcode Cloud fail on ci_post_clone.sh
Couldn't find enough information about Xcode cloud and is wondering if anyone is facing any issues using cocoapods with Xcode cloud.
I am aware that I need to add a file called ci_post_clone.sh if I have cocoapods.
Almost every time, my Xcode cloud…

Kelvin Tan
- 327
- 3
- 15
1
vote
1 answer
xcode cloud adding workflow errors "this operation could not be complete"
Developing an iOS app on react native, trying to use xcode cloud for the first time.
When adding a workflow I'm getting this error:
As you can see the error message isn't useful, and I couldn't find anything on line (probably because it's a new…

Shining Love Star
- 5,734
- 5
- 39
- 49
1
vote
0 answers
Xcode Cloud archive timeouts
I have been trying to archive my project on Xcode Cloud but getting an error that the project needs more than 120 minutes. How do I increase timeout period or this issue happening because it's still in beta?

salman siddiqui
- 882
- 1
- 10
- 28
1
vote
1 answer
Xcode Cloud to Bitbucket server - Connection Error -"Your hostname must be publicly resolvable."
We are trying to implement Xcode Cloud for CI. We have a private repository in GitLab that can be accessed via VPN. We are experiencing the following errors while connecting Xcode Cloud to GitLab. We followed the steps provided by Apple.
Connection…

Bappaditya
- 9,494
- 3
- 20
- 29
1
vote
2 answers
Xcode Cloud Can't Upload Archive that has embeded Package Dependencies
On the post-actions after archiving the app on Xcode Cloud, There was a task that set to upload to TestFlight. It failed with an error.
ITMS-90334: Invalid Code Signature Identifier. The identifier “XyzSDK-55554944d176df9a74f43236a8f1ccb71ea4d480”…

Kanottonp
- 11
- 2
0
votes
0 answers
Xcode Cloud WhatToTest.[LOCALE].text file from last git tag
I'm trying to automate test release notes to testers in Testflight.
Xcode Cloud has a feature where it picks up text from a file called WhatToTest.[LOCALE].text.
I want to write to this file all commits since the last tag but for some reason it…

Tommy Sadiq Hinrichsen
- 784
- 6
- 26
0
votes
0 answers
Xcode Cloud cannot detect all of local swift package added as submodules
I have created many Swift packages as Git submodules to share among my projects.
I have decided to use Xcode Cloud to build my application instead of Fastlane. However, Xcode Cloud cannot detect the full list of Swift packages added as submodules in…

Long Vu
- 160
- 1
- 11
0
votes
0 answers
Xcode cloud: unable to open configuration settings file for secrets
I'm fairly new to Swift development and Xcode. I have Xcode Cloud connected to my GitHub PRs that ensures each commit I push can be archived.
I saw there were a few other similar questions of this error, but they were all Pods related, and I'm not…

MarcelQT
- 5
- 2
0
votes
0 answers
Team not appearing while creating workflow in Xcode Cloud
I am creating Xcode cloud workflow for my client's team but it is showing only my personal account team.
I have added development certificate and provisioning profile from client's account successfully. And my client's team is appearing in "Signing…

Nabeel
- 841
- 1
- 10
- 23
0
votes
0 answers
Xcode Cloud + SonarQube analysis + Code Coverage is working... but
I was able to get code coverage and sonar-scanner working with Xcode Cloud for our iOS project.
First, in post-clone script I install sonar-scanner tool like this
brew install sonar-scanner
Then, in post-xcodebuild script, I do five things: (a)…

kovallux
- 11
- 6
0
votes
0 answers
How to leave a comment on merged Pull request using GitHub Rest API
This script is run when xcodebuild completed
If Pull request is opened, It works. (Once build finished, this script leave a comment on PR)
The problem is It is not working once PR is merged or closed.
The error message is
{
"message": "Not…

Shawn Baek
- 1,928
- 3
- 20
- 34
0
votes
2 answers
Xcode Cloud - Build input file cannot be found & no such file or directory
I'm trying to set up Xcode Cloud in my existing project. Everything builds and archives fine locally. However, Xcode Cloud builds fail. For some reason, random files here and there cannot be accessed. I had the issue with my fonts, but after solving…

Clément Cardonnel
- 4,232
- 3
- 29
- 36