Search code examples
iosxcodexcode4.2testflight

Test Flight Error: Invalid IPA: missing embedded provisioning profile - How do I fix this?


I'm trying to package my app up and distribute an ad hoc version via Test Flight. I've already packaged and submitted the app to the app store so I'm trying to figure out which settings I need to change to make it work for ad hoc.

When I try to upload my .ipa in Test Flight I get "Invalid IPA: missing embedded provisioning profile"

I tried following the instructions from Test Flight here: http://support.testflightapp.com/kb/tutorials/how-to-create-an-ipa-xcode-4 But there isn't even in option of "Code Signing" for me in Xcode (v4.2).

I've created an ad hoc provisioning profile and downloaded it into Xcode.

I've changed the code signing identity in build settings (for both target and project) and after archive I've attached the ad hoc provisioning profile when sharing the .ipa.

I'm still getting the error. Any thoughts on what else I might need to do?

Thanks.


Solution

  • The entitlements pane is now in project properties -> summary.