Provisioning profile failed qualification

Hi,
recently Xcode 11, during the process of signing the package of my app I get this error:

Provisioning profile failed qualification

Profile doesn't include the com.apple.application-identifier and com.apple.developer.aps-environment entitlements.


I tried to reset the provisioning profiles locally, recreate the company provisioning profile for the bundle ID related to my app but nothing, keep giving me this error. Can you help me solve it?

Thanks in advance
Answered by LH16 in 616444022
From Aiiboo:


then I did this:
  1. Install the "Transporter" app from the macOS App Store.

    1. archive your project

  2. OPEN Xcode 11.5 archive your project

    1. -> Command + Q

  3. Close Xcode 11.5 -> Command + Q

  4. Open then Xcode 12 Beta

  5. From Xcode's organizer, select your archive and press "Distribute App"

  6. Instead of "Upload", select "Export" and proceed as usual.

  7. Drop the exported .ipa into the transporter and press "Deliver".

Source: https://developer.apple.com/forums/thread/650490?page=2
Accepted Answer
From Aiiboo:


then I did this:
  1. Install the "Transporter" app from the macOS App Store.

    1. archive your project

  2. OPEN Xcode 11.5 archive your project

    1. -> Command + Q

  3. Close Xcode 11.5 -> Command + Q

  4. Open then Xcode 12 Beta

  5. From Xcode's organizer, select your archive and press "Distribute App"

  6. Instead of "Upload", select "Export" and proceed as usual.

  7. Drop the exported .ipa into the transporter and press "Deliver".

Source: https://developer.apple.com/forums/thread/650490?page=2
Thanks LH16, it worked perfectly
Thank you, this is the only solution that worked after days of trying similar fixes. Follow this exactly and you can upload without any issues.
Provisioning profile failed qualification
 
 
Q