Post

Replies

Boosts

Views

Activity

Comment on Xcode 16 cloud signing failure in CI while other app with same configuration works correctly
As I said, all the apps have their signing managed by Xcode, so they have a provisioning profile. Also, I've done a build+TestFlight release for each of them "manually" from my own machine, and building an archive for any of the apps also works using Xcode manually on the CI machine. It's really just 'xcodebuild archive' which fails in this manner.
Oct ’24
Comment on Xcode 16 used in CI gets littered with empty user accounts
So I understood :-). Instead I just reset the setting a to a normal value : defaults write com.apple.dt.Xcode DVTDeveloperAccountManagerAppleIDLists -dict 'IDE.Identifiers.Prod' '({ "identifier" = "DEADBEEF-8599-416C-8362-E12AE4D7424F"; } )' "IDE.Prod" '({ "username" = "<apple_id>"; } )'
Replies
Boosts
Views
Activity
Oct ’24
Comment on Xcode 16 cloud signing failure in CI while other app with same configuration works correctly
I couldn't find such an entitlement here https://developer.apple.com/documentation/bundleresources/entitlements but the entitlements are the same ones as other apps which are presently distributed on the App Store so I doubt that's the problem. I'll contact the Support team, I'm really at a loss as to what the issue could be.
Replies
Boosts
Views
Activity
Oct ’24
Comment on Xcode 16 cloud signing failure in CI while other app with same configuration works correctly
As I said, all the apps have their signing managed by Xcode, so they have a provisioning profile. Also, I've done a build+TestFlight release for each of them "manually" from my own machine, and building an archive for any of the apps also works using Xcode manually on the CI machine. It's really just 'xcodebuild archive' which fails in this manner.
Replies
Boosts
Views
Activity
Oct ’24
Comment on Correct settings to setup Xcode/xcodebuild in a CI using automatically managed signing ? (Xcode 16)
Thanks. We know the account has no pending agreements and that Xcode is logged into it, as there are other projects being built by the same CI machine using the one same account, but not using xcode managed signing. I'll try a Clean Build.
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’24
Comment on Failed to build module 'CustomSDK'; SDK not supported by compiler due to Swift version mismatch on Xcode 16 Beta 6
Seems to be a cache/setup issue, as the 'clang-1500.3.9.4' indicates. I can't delete this post but please ignore it.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Sep ’24
Comment on Building XCFrameworks from a hierarchy of Swift Packages
Thanks, here's the FB number : FB13449783.
Replies
Boosts
Views
Activity
Dec ’23
Comment on iOS 17.0 beta 5 (21A5303d) simulator fails to install
Surprisingly, I just tried again, and this time it worked. I haven't changed anything in my configuration, not even rebooted. One thing weird is that Xcode did take a while to start as if newly installed, but I checked on the MAS app and Xcode doesn't seem to have been re-updated since last time.
Replies
Boosts
Views
Activity
Sep ’23