#xcode-cloud — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #xcode-cloud, aggregated by home.social.
-
Today’s WTF moment
Xcode Cloud does not seem to accept any macOS and Xcode versions 😵💫
-
Adopting #xcodecloud for AppScript appears to require that I create an App Store record for my test harness app. That's…bizarre. Is that what folks are doing?
-
While everyone is integrating #OpenClaw and letting is loose on their data, I was stuck today trying to figure out why #XcodeCloud was the only build tool hitting infinite redirects when trying to clone the repo.
-
Are #XcodeCloud builds failing with “Preparing build for App Store Connect failed” or is it just me?
-
Aggiornamenti importanti nell'Apple Developer Program License Agreement:
- 📜 Nuove norme sul codice interpretato.
- 🌐 Chiarimenti per Xcode Cloud e CloudKit.
- 📍 Specifiche per il servizio di estensione push di localizzazione. -
TLDR this is one of those “opaque error message that is neither correct nor helpful” challenges with #XcodeCloud. I eventually got past it, but it was some “you hit the fields in Xcode in the wrong magic order” error.
-
Thumbnail support on iOS was very straightforward to add, but now #XcodeCloud dies every time I’ve attempted to distribute this version. I’ve verified that it is exclusively an Xcode Cloud env problem too, as I was able to archive and upload for distribution manually. I bet this is one of those annoying things like how to get package support working therein.
-
A reminder to anyone using Xcode Cloud: the latest Xcode version is Xcode 26 Beta 7. It is _not_ the Release Candidate! That means Xcode Cloud cannot be used to submit iOS 26 app releases yet. If you want to make an App Store submission, you need to archive and submit it yourself.
-
Desenvolvendo do celular
Há algumas semanas, comecei a usar o Xcode Cloud. Já que pago a assinatura de desenvolvedor da Apple e o serviço vem incluso no pacote, não custa nada testar. O Xcode Cloud é uma CI que basicamente roda meu código para verificar se há algum problema, pode executar meus testes e até enviar meus aplicativos para o App Store Connect.
Descobri que posso […]
#BlogsBR #Codespace #Desenvolvimento #DeX #Fediblog #GitHub #iOS #XcodeCloud
-
Does Package.resolved need to be in my git repo? Xcode Cloud is whining about it and I don’t know if putting the file in my repo will fix it or not. I’m assuming it should be!??! #xcodecloud #xcode #SwiftLang #SwiftUI
-
Xcode Cloud is weird
Sometimes a job goes rogue and just doesn’t stop
This is a regular “archive iOS” job that usually completes in 10 minutes
Now was running for 14 hours before I canceled it
Nothing changed on my side that would cause this, and other jobs of the workflow completed in reasonable time
-
Since WWDC25 I was able to build macOS apps with Xcode Cloud configured with Xcode 26 and macOS 26 and publish them to TestFlight Internal.
But not today: "This bundle is invalid. Apple is not currently accepting applications built with this version of Xcode."
Is that a glitch right now? Or was a glitch before that I was able to?
-
Can tell we are close to WWDC, as the Xcode Cloud Servers are REALLY SLOW!!
#apple #developer #xcodecloud -
📣 Published a new article on solving #Swift #Macro trust issues in #XcodeCloud builds.
If you ran into the "Target must be enabled" errors when using Swift macros in your CI pipeline, this is for you. I've documented how to apply a simple, reliable fix.
Check it out: 👇
https://www.fline.dev/solving-swift-macro-trust-issues-in-xcode-cloud-builds/ -
This is absolutely bizarre, but has anyone ever experienced most UI elements just not loading in an iOS app built from Xcode Cloud; otherwise displays completely fine when archived from local Xcode? No related errors/warnings in the build logs. It's a SwiftUI app, if that makes any difference.
-
2/2
I have confirmed it shows up in the correct Target Membership. I even tried removing it from the BuildPhases and re-adding it.
How can I resolve this issue? Is there something else I can look at?
btw, application builds fine locally on my machine. -
1 / 2 Are there any XcodeCloud guru’s out there? I used xcode to rename a view in my project. It renamed the file, the struct, and all related items. However; since doing that my Xcode cloud workflow fails, indicating that the it cannot find it in scope.
I have confirmed that the file shows up in my BuildPhases - Compile Sources. I have confirmed it exists in my git repo, but Xcode Cloud still fails to find it in scope. #xcodecloud #swift #git -
Why does this happen every time I try to setup a new XcodeCloud workflow. “GitHub installation was incomplete. Repository was not found. Either the repository does not exist or you do not have permission to access it.”
Xcode is currently using my Git Repo and I am committing and pushing code from within Xcode with no problem. #Xcode #XcodeCloud -
Anyone reading me woking on #XcodeCloud? Things are pretty bad right now, we can't get a single build to go through: https://developer.apple.com/forums/thread/770007.
-
I finally managed to create scripts that automate tasks like version and build numbers updates in both Xcode and the CI/CD pipeline on Xcode Cloud for @glusightapp releases. This should eliminate the hassle of having builds fail due to forgotten version number bumping.
-
PSA: Xcode Cloud has Xcode 16.2 beta 3 set as `Latest Release`, builds made with this configuration can't be submitted for review (since it's a beta).
-
If #XcodeCloud starts failing for you due to 'ITMS-90512: Invalid sdk value', just make sure to select Xcode 16.1.
My kingdom for this picker to have an option to select the latest available NON BETA version 😭
-
The 19th edition of the newsletter is here 📭! Don't miss out if you want to know how I migrated our workflows from TeamCity to Xcode Cloud ☁️
🙏 Huge thanks to @swifttoolkit, @peterfriese and Christopher Saez !
-
Finally updated my #XcodeCloud ci_post_clone.sh build script to read a variable and auto-populate all of the MARKETING_VERSION values across all targets in the project. Goodbye, “bundle version must be incremented” errors!
-
PSA: Xcode 16 RC is no longer active as `Latest Release` on Xcode Cloud. Temporary workaround is to manually set it to use `Xcode 16 RC (16a242)`.
-
Also, looking for an Xcode Cloud build monitoring app for iOS.
Any suggestions?
#Xcode #XcodeCloud #iosdev #AppStoreConnect #indie #TestFlight #swift #opensource #ios