views:

1637

answers:

2

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

thanx and regards...

+4  A: 

Create a folder named Payload. Copy Myapp.app into the Payload directory. Compress the Payload directory and rename the zip file to Myapp.ipa.

Tony Eichelberger
Strange, but the folder must be named "Payload", nothing else will work, once you have compressed the file you can name it whatever you want.
Ben
Yes, I thought that was strange as well.
Tony Eichelberger
+1  A: 

I've done creating the IPA & successfully install in into my JB iPod. But none of those are working (unable to launch). Anything wrong?

5upr1