Search code examples
iosapp-store-connectphonegap-buildapplication-loader

Error ITMS-90046 when submitting .ipa from Phonegap Build


I'm developing an app using Phonegap Build. I'm trying to submit the .ipa file to iTunes Connect using Application Loader.

I'm getting the following error: Screenshot error when submitting with Application Loader

ERROR ITMS-90046: "Invalid Code Signing Entitlements. 
Your application bundle's signature contains code signing entitlements that
are not supported on iOS. Specifically, value '*' for key
'com.apple.developer.associated-domains' in Payload/GHLRooster.app/GHLRooster'
is not supported."

How can this issue be solved?


Solution

  • I managed to solve this error by logging in to the Apple Developer Member Center and unchecking the "Associated Domains" service in the App ID settings as shown in the screenshot below.

    Screenshot of App ID settings

    This got me past this error and I could submit the app to iTunes Connect.