samir
samir

Reputation: 19

.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 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

Answers (3)

visakh7
visakh7

Reputation: 26400

Try this

Build->Products->urProduct.app->drag into iTunes->select app->right-Click->showInFinder->ipa

  1. Build your project.
  2. Go to Products in work tree
  3. Select appname.app
  4. Drag into iTunes
  5. Right-click app and "Show in Finder"
  6. Access .iPa

Upvotes: 0

Chetan Bhalara
Chetan Bhalara

Reputation: 10344

Here is the steps for make .ipa file.

  1. build your project.
  2. Go to build folder -> select target build folder -> select builded application file.
  3. Make zip of that selected application file.
  4. Rename that .zip file to .ipa then press enter -> click on Use .ipa option.
  5. Put that .ipa file on /Users/ *userName */Music/iTunes/iTunes Media/Mobile/
  6. Open iTune -> click on App tab and then you can see your app there.
  7. Now Sync it for use in device.

Upvotes: 1

Toastor
Toastor

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

Related Questions