Precondition:
Xcode 15 Beta 2
Xcode -> Settings -> Accounts NONE
Xcode -> Signing and Capabilities -> Automatically manage signing UNCHECKED
(I use fastlane to manage certificates and provisioning profiles)
Workaround:
Xcode -> Settings -> Accounts: Add the account that contains the certificates and provisioning profiles
Xcode -> Signing and Capabilities -> Automatically manage signing CHECKED
once enabled the automatic signature management Xcode invites you to choose the correct team and provisioning profile.
at this point compile the project (it should work!)
you can remove the account again from the Settings
you can uncheck Automatically manage signing again (thus returning to the initial conditions!)
Topic:
Code Signing
SubTopic:
Entitlements
Tags: