0

I have a problem to export a ipa with xcode4. I compile the app with a provisioning profile without problems, and archive it. When I choose "Distrubute ... -> Save for Enterprise or Ad-Hoc Deploy" don't find the provisioning profile with which I compiled the app.

Any idea for fix this error?

alfonsomiranda
  • 102
  • 1
  • 9

2 Answers2

0

Have you double checked that the appropriate Provisioning Profile is still available to build with? Often the selected Profile stated out in the target is already missing but kept in the list. Also check your Provisioning Profiles in the Organiser for duplicates, missing certificates and expired profiles... Delete all of them, add the profile you need if it is not available and try again!

tommy2go
  • 33
  • 8
0

Make sure the bundle ID in your Info.plist file matches the bundle ID for the provisioning profile.

Jim
  • 72,985
  • 14
  • 101
  • 108