Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create IPA in Xcode 7? [duplicate]

I'm new in Xcode, I have Apple Developer account, but I don't know how to make IPA file. Can anybody explain, step by step, how to make IPA file in Xcode 7, please? Thank you.

like image 419
Maksim Avatar asked Mar 16 '16 06:03

Maksim


People also ask

How do I make an IPA from Xcarchive?

Now you have to do below steps: Go to Window->Organiser->Archives Here, select your archive fine and click on "Distribute App" button on right side Then Instead of upload, select Export option, and continue selecting default options, it will end you up with generating ipa file.


1 Answers

You need to have an iOS device connected to your computer. Next, go to the Product menu at the top and select Archive. This will archive the current build and show you all of your Archives in the Organizer. In the Organize, press Export, and select the appropriate option (My guess is you want for Apple Store Deployment). This will place the ipa file onto your desktop.

like image 58
arc4randall Avatar answered Sep 26 '22 02:09

arc4randall