102 questions
0
votes
0
answers
12
views
Xcode Cloud Connection reset by peer
Iam when trying to build Kotlin Multiplatform project on Xcode cloud I get the following error
Showing All Messages
> Could not resolve all files for configuration ':composeApp:...
0
votes
0
answers
29
views
Danger-swift-xcodesummary in XcodeCloud
I'm currently implementing a CI in Xcode Cloud and I'd like to use the Danger-Swift plugin Xcodesummary (here)
The issue is that I get through my env variable the path to the .xcresult file that ...
0
votes
0
answers
19
views
Can I upload my iOS app to specific groups of Internal Testers without using Xcode Cloud?
Xcode Cloud workflows allow you to specify Groups of Internal Testers to distribute your app to. For example, one workflow builds from main and is distributed to groups A and B. Another workflow ...
0
votes
0
answers
52
views
iOS App crashes after successful Xcode Cloud build
Using react native (0.73.7). Have been successfully using React native -> Xcode (15.3, local) build+archive+distribute -> TestFlight workflow to test my iOS app.
Today I tried setting up Xcode ...
0
votes
0
answers
22
views
Xcode Cloud exit code 70
Ever since I upgrade to Xcode 16 RC, my Xcode Cloud archives have been failing. I was hoping that once the official Xcode 16 release came out the issue would be resolved, but even after Xcode 16.1 the ...
1
vote
0
answers
60
views
Add ssh key to Xcode cloud to access bitbucket private repositories
I have one project and in which I have multiple private cocoa pods. i hosted all pods in my private git repository.
I have local pod specs repository which have multiple pod specs for different pods. ...
0
votes
0
answers
42
views
Archive not building for xcframework on xcode cloud workflow
The first archive for simulator gets build but does not for the ios one.
Gives this error again and again :
Showing All Messages
/Volumes/workspace/repository/cicd-testing-framework.xcodeproj: error:...
1
vote
0
answers
228
views
Flutter Xcode Cloud error There is no XCFramework found
I'm having trouble getting my Flutter app to build using Xcode Cloud. I keep encountering an error and have tried various solutions, but nothing seems to work. Has anyone experienced this issue or ...
0
votes
2
answers
165
views
Execute shell script before UI Test for iOS app starts
I have UI test (for an iOS app) that opens iOS photo gallery and taps on specific image.
I want to have custom script that will copy this image to simulator's photo gallery at the beginning of the ...
0
votes
0
answers
28
views
Is there a way to release target membership when installing pod?
I always successfully built after the pod install, releasing the target membership of the mm file.
However, this time, we took this opportunity to introduce Xcode Cloud, which caused problems.
Is ...
0
votes
0
answers
45
views
Sonarcloud code with Xcode Cloud 0 Lines of Code
I have an iOS project and want to analyze it with sonar. I have added a script to my Xcode Cloud so that the code is analyzed with every push. Problem is that my develop branch in sonsarcloud ...
0
votes
0
answers
46
views
XCode Cloud Developer ID Can't Codesign DMG File
I am using Xcode Cloud to build my Mac Catalyst app for Developer ID Distribution as a DMG package that must be codesigned and notarized. I have a ci_post_xcodebuild.sh script that runs after the ...
1
vote
0
answers
28
views
Unable to Setup Xcode Cloud
I click to Next button on Grand Access to Your Source Code step of setup screen
and in few seconds I am getting an error alert
I checked the requests (by Proxyman) that Xcode sends to a server and ...
0
votes
0
answers
28
views
Xcode Cloud fatal: Device not configured
We've been using Xcode Cloud for a year without any issues. Recently, our IT team switched authentication from LDAP to Azure SAML SSO. Since then, we've been getting the following error whenever Xcode ...
0
votes
0
answers
22
views
Setup XCode Cloud project which have multiple custom framework
I have a project, which have couple of pod files and along with that have two custom framework.
All the framework and main source is placed inside the Bitbucket.
I know the process to setup XCode ...