Create .ipa for iPhone

jalju picture jalju · Jul 28, 2009 · Viewed 45.6k times · Source

I developed one application for iPhone. After I build I got .app file in build folder. My application name is Myapp, then i got Myapp.app file in the build folder.

My problem is i want to create the .ipa file. how is that.. it is for to install jailbraked iPhone..

Answer

Tony Eichelberger picture Tony Eichelberger · Sep 29, 2009
  1. Create a folder named Payload.
  2. Copy Myapp.app (from products of your project) into the Payload directory.
  3. Right click and Compress the Payload directory.
  4. Rename the zip file to Myapp.ipa.

** Update ** This answer is very old. Use Xcode to build .ipa archives now. (Product > Archive)