Reputation: 19
I have a great problem. How i can generate the .ipa of my iPhone application, and i can found it ? in iTunes ? i have all provisionnig profile, just the .ipa is my problem
i have done build for archiving but i am seraching all and i don't found the .ipa to send it via email . please, Help.
Thanks for yourn answers
Upvotes: 0
Views: 681
Reputation: 26400
Try this
Build->Products->urProduct.app->drag into iTunes->select app->right-Click->showInFinder->ipa
Upvotes: 0
Reputation: 10344
Here is the steps for make .ipa file.
Upvotes: 1
Reputation: 8990
Don't use "build for archiving", select "Archive" instead. You need to select a scheme targeted at a device (not the simulator) to do that. Then, in the organizer, click on the archived build and hit "Share" to generate your .ipa file.
Upvotes: 3