.ipa , where i can found it
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 th开发者_StackOverflow社区e .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
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.
Here is the steps for make .ipa file.
- build your project.
- Go to build folder -> select target build folder -> select builded application file.
- Make zip of that selected application file.
- Rename that .zip file to .ipa then press enter -> click on Use .ipa option.
- Put that .ipa file on /Users/ *userName */Music/iTunes/iTunes Media/Mobile/
- Open iTune -> click on App tab and then you can see your app there.
- Now Sync it for use in device.
Try this
Build->Products->urProduct.app->drag into iTunes->select app->right-Click->showInFinder->ipa
- Build your project.
- Go to Products in work tree
- Select appname.app
- Drag into iTunes
- Right-click app and "Show in Finder"
- Access .iPa
精彩评论