How can I create a ipa file for my iOS application?
I have written the complete code for my iPhone app and now I\'d like to make .ipa file.
The one suggested by @heinklein is the easiest way but another option is to do the following.
- Add necessary profiles and adjust build settings.
- Set device as target to run the application.
- Build the product.
- Go to Products->yourAppName.app. Right click and show in finder.
- Drag & drop to itunes profile and binary file.
- Select app in iTunes and right click to show in Finder. And there you can get the .ipa file.