0

I need to install .ipa file on iPhone simulator.

I tried to change the extension .ipa to .zip and extracted it.

And I got the Payload folder and moved the application inside to my iPhone simulators applications folder at:

 /Library/Application\ Support/iPhone Simulator/6.1/Applications/

Application appears on iPhone Simulator, But the application did't running. How to solve the problem then how to run the app.

Prasanth S
  • 3,725
  • 9
  • 43
  • 75
  • How was the .ipa file generated? It probably contains code compiled for the *device* (ARM processor) and that will not run on the Simulator (which uses the Intel processor on the Mac). – Martin R Dec 07 '13 at 11:30
  • You cannot execute ARM code on an Intel processor. – Martin R Dec 07 '13 at 11:42
  • I don't know what you mean with "alternative way", you can't run it in the Simulator. – Martin R Dec 07 '13 at 11:49
  • Ohoo Prasanth S .ipa file is for only devices which you include in your certificate .... we cant install .ipa file on iPhone simulator...When you run your project it autometically install on simulator ....Hope You Understand... – Parvendra Singh Dec 07 '13 at 12:18
  • How is that not a good question? – hcvst Apr 29 '16 at 07:06

0 Answers0