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
then I did this:Source: https://developer.apple.com/forums/thread/650490?page=2
Install the "Transporter" app from the macOS App Store.
archive your project
OPEN Xcode 11.5 archive your project
-> Command + Q
Close Xcode 11.5 -> Command + Q
Open then Xcode 12 Beta
From Xcode's organizer, select your archive and press "Distribute App"
Instead of "Upload", select "Export" and proceed as usual.
Drop the exported .ipa into the transporter and press "Deliver".