Customize your advanced Xcode Cloud workflows

RSS for tag

Discuss the WWDC21 session Customize your advanced Xcode Cloud workflows.

View Session

Posts under wwdc21-10269 tag

6 Posts
Sort by:
Post not yet marked as solved
3 Replies
966 Views
I'm trying to archive my app via Xcode Cloud and auto-deploy to TestFlight but it fails during "Prepare Build for App Store Connect" with the following error message: ITMS-90334: Invalid Code Signature Identifier. The identifier "CoreImageExtensions-dynamic-555549444e09e22796a23eadb2704bf219d5c1fa" in your code signature for "CoreImageExtensions-dynamic" must match its Bundle Identifier "CoreImageExtensions-dynamic" CoreImageExtensions-dynamic is a .dynamic library target of a package that we are using. It seems that at some point a UUID is added to the library's identifier, which messes with code signing. When archiving and uploading the app in Xcode directly, everything works just fine. Any idea why this is happening and how I could fix it?
Posted Last updated
.
Post not yet marked as solved
0 Replies
288 Views
I see from the WWDC video that it's possible to use secrets, like an API_KEY variable, when running Xcode Cloud builds. How are these variables accessed from code? Is it something like this? ProcessInfo.processInfo.environment["API_KEY"] If so, how are we supposed to run the tests locally? Is the idea that every developer creates their own non-shared schemes and adds all secret environment variables to that scheme?
Posted
by wrightak.
Last updated
.
Post not yet marked as solved
1 Replies
838 Views
Hi, My name is Bin, software engineer at VBreathe in Sydney. We have a mobile app developed in Ionic Angular framework and managed to use xcode cloud to build and deploy the app to TestFlight. It worked well, but the speed is a bit slow, takes around 1 hour to finish the build. After checking the logs, the ci_post_clone.sh script took over 20 minutes to finish, because it installs bunch of tools and node packages, which are necessary to build the app. My question is that is there a way to cache these tools and node packages on xcode cloud, so no need to download & install them in every build? Cheers, Bin
Posted
by BinX.
Last updated
.
Post not yet marked as solved
2 Replies
951 Views
I've noticed that my app's build number I set in the project doesn't seem to be respected anymore in TF using Xcode Cloud. Is this a new requirement that the build. number follow the CI_BUILD_NUMBER set by Xcode Cloud? Our build process uses the build number to tie into our other build processes (cross-platform). Thanks
Posted Last updated
.
Post not yet marked as solved
0 Replies
256 Views
I m developing an App with IOT for that I need to find the wifi's near me(Listing the WIFI near Me ) and I wanna connect the wifi from the App itself I have tried many things it didn't work for me please help me with it Thanks In advance
Posted Last updated
.
Post not yet marked as solved
0 Replies
438 Views
On Xcode Cloud, my macOS archive fails with NSLocalizedDescription=exportOptionsPlist error for key 'method': expected one of {}, but found development It succeeds locally and on my other build systems, it only fails on Xcode Cloud. Any thoughts?
Posted
by nitro805.
Last updated
.