Xcode 11 Provisioning profile failed qualification

Viewed 1564

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.

enter image description here

2 Answers

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.

This problem arises in new Mac OS Big Sur, You can use a workaround:

  1. Open Xcode 11 and Archive your build.
  2. Download Xcode 12 Beta from the link: https://developer.apple.com/download/
  3. Extract Xcode and Open Xcode 12 Beta
  4. Open Xcode 12 Organizer from

Menu -> Window -> Organizer

  1. Upload the latest Archive.
  2. Completed
Related