Reputation: 107
I tried to archive my iOS application using Xcode 11 and stumbled on this issue which I'm unable to fix.
Profile doesn't include the com.apple.application-identifier and com.apple.developer.aps-environment entitlements.
Upvotes: 4
Views: 1989
Reputation: 1006
This problem arises in new Mac OS Big Sur, You can use a workaround:
Menu -> Window -> Organizer
Upvotes: 4
Reputation: 1177
If you need to upload an iOS 13 build that you were working on in Xcode 11 Previously:
A workaround, for now, is to download Xcode 12 Beta and use that to upload the archive that you made in Xcode 11.
Upvotes: 6