So I'm trying upload a macOS just plain old AppKit (not catalyst) binary to app store connect I get the following error:
ERROR ITMS-90283: "Invalid Provisioning Profile. The provisioning profile included in the bundle .... [.....pkg/Payload/AppName.app] is invalid. [Invalid 'com.apple.application-identifier' entitlement value.] For more information, visit the macOS Developer Portal."
I have tried automatically signing binary, i have tried manually signing the binary with a newly created provisioning profile, but I get the same error. Interestingly enough the provisioning profile becomes invalid on developer portal a few minutes after I try manual signing.
Any ideas what could be causing this.
I'm using the same bundle id from the existing iOS I thought that was the key.
Any suggestions
ERROR ITMS-90283: "Invalid Provisioning Profile. The provisioning profile included in the bundle .... [.....pkg/Payload/AppName.app] is invalid. [Invalid 'com.apple.application-identifier' entitlement value.] For more information, visit the macOS Developer Portal."
I have tried automatically signing binary, i have tried manually signing the binary with a newly created provisioning profile, but I get the same error. Interestingly enough the provisioning profile becomes invalid on developer portal a few minutes after I try manual signing.
Any ideas what could be causing this.
I'm using the same bundle id from the existing iOS I thought that was the key.
Any suggestions