Help Needed - Archive Process failing on XCode 6 / OSX Yosimite

Hi,

I’m trying to submit the archive of my game to the iOS store via Xcode and I’m running into an error. I’m new to iOS so I have no idea how to fix the issue. I’m hoping someone can give me some guidance. I built my project in Xcode for Archive and that completed successfully. Organizer comes up and I clicked on “Submit”. However, it then fails with the following message:


Archive submission failed due to the issues listed below.

ERROR ITMS-9000: “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/GunFrenzyRelease.app/GunFrenzyrelease’ is not supported.”


Can anyone tell me what this means and how I can fix it? Do I need to remove the entitlement from my application bundle’s signature? If so, can someone explain how to do that? Please help as I’ve been stuck on this step for several days now and it is really demotivating to be this close to submitting to the iOS store and yet not be able to do it.

https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/AddingCapabilities/AddingCapabilities.html

Guess your “Associated Domains” contains a wildcard. (I’m no expert, but googling for the key found the iOS docs.)

Thanks … you were right. I fixed it by changing one of the capability settings. Thanks a lot. :slight_smile: