Thomas Haas
Thomas Haas

Reputation: 107

Xcode 11 Provisioning profile failed qualification

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

Upvotes: 4

Views: 1989

Answers (2)

Munish Thakur
Munish Thakur

Reputation: 1006

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

Upvotes: 4

Peter Ruppert
Peter Ruppert

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

Related Questions