Search code examples
iosobjective-cxcode5app-storeappstore-approval

com.apple.developer.associated-domains issue when validating iOS app


When I was validating my project with Organizer in Xcode, I got the following error

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/MyApp.app/MyApp is not supported.

I cannot find any relevant answer from google. Hope someone can help me?


Solution

  • I had a similar problem with Xcode 5.1.1, and couldn't solve it using any of the solutions I found online. However, this worked for me:

    1. Under 'Certificates, Identifiers & Profiles' in the Developer Member Center, choose your App ID under 'Identifiers', 'App IDs' in the left hand column.

    2. Choose 'Edit' and then disable 'Associated Domains.'

    App Identifiers

    Disable 'Associated Domains.'