Hello,
I'm having troubles trying to upload an iOS app to the AppStore. When I export the app and try to upload it to TestFlight receiving the following error (ERROR ITMS-90075):
I've been using manual exporting using Xcode 12.4 and fastlane and both methods fail. In the Entitlements.plist file it appears the key application-identifier pointing to the right bundle and also in the Provisioning profile is set the right app id. There is no errors in the IPA Preview prior uploading.
What else can I be missing?
Thank you.
I'm having troubles trying to upload an iOS app to the AppStore. When I export the app and try to upload it to TestFlight receiving the following error (ERROR ITMS-90075):
This bundle is invalid. The application-identifier entitlement is missing; it should contain your 10-character Apple Developer ID, followed by a dot, followed by your bundle identifier.
I've been using manual exporting using Xcode 12.4 and fastlane and both methods fail. In the Entitlements.plist file it appears the key application-identifier pointing to the right bundle and also in the Provisioning profile is set the right app id. There is no errors in the IPA Preview prior uploading.
What else can I be missing?
Thank you.