Error: Invalid Provisioning Profile

When trying to upload to AppStore the Mac Application I am getting the following error:

ERROR ITMS-90283: "Invalid Provisioning Profile. The provisioning profile included in the bundle "MYBUNDLE_NAME" is invalid. [Invalid 'com.apple.developer.aps-environment' entitlement value.] For more information, visit the macOS Developer Portal." (-18000)

Inside the Provisioning Profile I have the following entitlement: <key>com.apple.developer.aps-environment</key> <string>development</string>

Answered by xcoder_aq in 685392022

Hi,

For future reference, I noticed I was trying to upload a build with development environment to AppStore. The error message is not that clear but this is the reason. Once I started uploading production environment everything works ok.

Accepted Answer

Hi,

For future reference, I noticed I was trying to upload a build with development environment to AppStore. The error message is not that clear but this is the reason. Once I started uploading production environment everything works ok.

Error: Invalid Provisioning Profile
 
 
Q