I'm having trouble exporting an app for Ad Hoc Distribution on Xcode 6 beta 2:
When exporting my project for ad hoc development on Xcode 6, I receive this alert. I've tried exporting it on Xcode 5 and had no problems at all saving the .ipa. Is anyone experiencing this problem as well?
In the official latest Xcode 6.0, this will happen if you accidentally created a record in your entitlements file that has a key like this:
I am not sure if Xcode automatically created it by default. But deleting that key solved my problem. I didn't have to recreate any certificates. It was not my problem.
In my case I generated a new distribution profile and added it to XCode, then tried to submit the build. Turns out, all I had to do to get rid of this message is restart XCode and attempt again to submit. Worked.
This is what worked for me (Enterprise Account)
With these changes, I could export an ipa as both ad-hoc and enterprise, upload it to Hockey Rink, and download it on my phone
I resolved it following the next steps:
1)in your apple developer account: Create a new Production Certificate Choose the App Store and Ad Hoc Option
2)in your apple developer account: Create a new provisioning profile with you current bundle id and the certificate created in the step one
3)in your xcode:
Seems that xcode 6 now requires an ad hoc distribution certificate in order to export your IPA.
I believe the actual reason you ended up in this screen is while trying to get the .ipa file to be distributed to your testers and clients. In Xcode 6, to get the .ipa file you may use the old method for iPA generation:
Now you have the .ipa file which you can send to your testers for testing. Hope this helps.
As pointed out by a commenter this has proven to be a solution for myself and others:
I deleted and re-downloaded all my required certificates along with the keys needed to generate and i was able to get past this error