Questions tagged [xcode-cloud]

Use this tag with questions about Xcode Cloud, Apple's CI/CD platform.

80 questions
22
votes
4 answers

Xcode Cloud: unable to open configuration settings file

I'm working with a React Native project, setting up Xcode Cloud builds. I keep getting this error: unable to open configuration settings file Pods-XXX.debug.xcconfig:1 The files in my workspace look like the following: |-- XXX |-- Pods |. --…
Edie W.
  • 667
  • 2
  • 9
  • 24
9
votes
3 answers

Xcode Cloud build from Flutter project unable to find included file 'Generated.xcconfig' in search paths

I have no problem building ios project the traditional way, but when trying to build with Xcode Cloud it seems that there is some trouble in finding specific paths. I'm importing the build from the repository, is there a possibility that pod files…
Enqvida
  • 135
  • 9
7
votes
0 answers

How to enable Xcode Cloud code coverage report post build?

I can't find any information on Xcode Cloud code coverage. At the end of the run, the menu only shows: Tests Logs Artifacts What are the options here? Post-build script? The workflow is setup with 2 actions: Build Test
cora
  • 1,916
  • 1
  • 10
  • 18
7
votes
0 answers

Disable ad-hoc and development distribution exports in Xcode Cloud

I am using Xcode Cloud to archive a mobile application and everything works well. But it is a large project so I am trying to optimize the overall build time. When I examine logs I can see that Xcode Cloud is exporting the archive for development,…
Karol
  • 246
  • 1
  • 4
  • 9
5
votes
1 answer

Change team in Xcode Cloud configure screen

I have an 2 team connected to my Apple Developer account. In one we are planning to launch Xcode Cloud, but then I select Product -> Xcode Cloud -> Create workflow, second team appear and I can't change it. Have someone found a way to fix this?
Ilya Chikmarev
  • 133
  • 1
  • 11
5
votes
2 answers

Xcode cloud suddenly failing to link node and install dependencies

I've been trying to figure out why this xcode cloud custom scripts suddenly started failing on me yesterday since I haven't changed anything and it was working before: #!/bin/sh export HOMEBREW_NO_INSTALL_CLEANUP=TRUE brew install cocoapods # have…
Johhan Santana
  • 2,336
  • 5
  • 33
  • 61
5
votes
3 answers

How to use custom Xcode Cloud environment variables?

We have these environment variables within the Xcode Scheme Which works well locally with this code let webHost = ProcessInfo.processInfo.environment["HOST_URL"]! let apiHost = ProcessInfo.processInfo.environment["API_URL"]! let beamsKey =…
ygee
  • 2,580
  • 3
  • 17
  • 21
5
votes
3 answers

Building Kotlin Multiplatform app with Xcode Cloud

as Apple announced that Xcode Cloud is now available for all developers, I tried to set it up for a Kotlin Multiplatform project. The start was a little bit hard tbh. Currently I am facing following problem during a simple test action: The operation…
kaulex
  • 2,921
  • 3
  • 11
  • 38
4
votes
0 answers

Xcode Cloud has no write permission when running Swift Package Plugin

I have this Plugin struct Main: BuildToolPlugin { func createBuildCommands(context: PluginContext, target: Target) async throws -> [Command] { let inputFolder = target.directory.appending("Image") let output =…
4
votes
1 answer

Xcode Cloud: Unable to load contents of file list: '/Target Support Files/Pods-Runner/Pods-Runner-frameworks-Release-input

i'm new user with Xcode cloud. i'm begin with it today after connect with Xcode Cloud and build i'm get error like this: Unable to load contents of file list: '/Target Support…
Quang Anh
  • 71
  • 7
3
votes
0 answers

Why Xcode Cloud fails to recognize the fulfillment(of:timeout:enforceOrder:) method

Xcode Cloud fails to run some of my tests. Looks like it does not recognize the fulfillment(of:timeout:enforceOrder:) method. The error I am getting is: Cannot find 'fulfillment' in scope The triggering code is very simple and when run locally,…
Rafał Sroka
  • 39,540
  • 23
  • 113
  • 143
3
votes
1 answer

How to enable and fail builds based on unit tests in Xcode Cloud CI/CD?

We are currently using Xcode Cloud for continuous integration and continuous deployment (CI/CD) for our iOS project. Our goal is to run unit tests in the cloud and ensure the build fails if any of these tests do not pass. At the moment, Xcode Cloud…
Levan Karanadze
  • 739
  • 1
  • 11
  • 21
3
votes
1 answer

Is there a way to add test notes automatically to Testflight internal testing with XcodeCloud

I created my own Xcode Cloud workflow that distributes app to internal testers on TestFlight but I can't include the TestFlight test notes into the workflow. Do you know of any strategy to achieve my purpose? In addition, I don't want to use…
3
votes
0 answers

Xcode Cloud Failing on Archive due to Swift Package

I have a Swift Package (GeoSwift) that I’m including in a project I’m trying to set up with Xcode Cloud for a build / archive / release for Test Flight workflow. When running that build I keep getting the error shown in the screenshot at the last…
narner
  • 2,908
  • 3
  • 26
  • 63
3
votes
1 answer

ITMS-90334: Invalid Code Signature Identifier when building via Xcode Cloud

I have started a small collection of helper code in a Swift Package for my own needs. If i include this package in my main project using Swift Package Manger and try to build it using Xcode Cloud, i get the following error: ITMS-90334: Invalid Code…
Maciej Swic
  • 11,139
  • 8
  • 52
  • 68
1
2 3 4 5 6