How to make an ipa file?

后端 未结 9 1950
囚心锁ツ
囚心锁ツ 2020-12-07 22:42

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.

9条回答
  •  既然无缘
    2020-12-07 23:31

    The one suggested by @heinklein is the easiest way but another option is to do the following.

    1. Add necessary profiles and adjust build settings.
    2. Set device as target to run the application.
    3. Build the product.
    4. Go to Products->yourAppName.app. Right click and show in finder.
    5. Drag & drop to itunes profile and binary file.
    6. Select app in iTunes and right click to show in Finder. And there you can get the .ipa file.

提交回复
热议问题