How to install ipa file on iPhone Simulator? [duplicate]

坚强是说给别人听的谎言 提交于 2019-12-08 11:39:40

问题


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.


回答1:


The IPA archive (downloaded from iTunes, or generated with Project->Archive) contains the code compiled for the iOS device, which has an ARM processor.

The iOS Simulator, on the other hand, uses the Intel processor on the Mac.

So there is no chance to run the app from the ipa file in the Simulator.



来源:https://stackoverflow.com/questions/20440811/how-to-install-ipa-file-on-iphone-simulator

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!