Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 11 Provisioning profile failed qualification

Tags:

xcode

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

like image 428
Thomas Haas Avatar asked Dec 22 '22 17:12

Thomas Haas


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.

like image 162
Peter Ruppert Avatar answered Dec 25 '22 05:12

Peter Ruppert


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
like image 25
Munish Thakur Avatar answered Dec 25 '22 06:12

Munish Thakur