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?
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:
Under 'Certificates, Identifiers & Profiles' in the Developer Member Center, choose your App ID under 'Identifiers', 'App IDs' in the left hand column.
Choose 'Edit' and then disable 'Associated Domains.'