Unable to run an ipad application [closed]

眉间皱痕 提交于 2019-12-04 07:16:42

问题


I need some help. I have an ipad application downloaded from App-Store (free) and now i want to run the app on any simulator. I tried many simulator but i got failed. Even when i am try to run it in MAC OS system, then it is saying that unable to run.

So i need guidance to run the following app on a simulator.

the name of application is : "apsley tailors"

download from : https://itunes.apple.com/gb/app/apsley-tailors/id473679792?mt=8

Thanks in advance!


回答1:


You simply can't run App Store-applications on the Simulator.
The iOS Simulator is intended for developers: you can only run apps of which you have the source on the simulator. The App Store binary is compiled for ARM while the simulator expects an Intel-build. The only way to get it run is compiling it for Intel which is impossible without the source code.




回答2:


You can't run it on simulator.




回答3:


If you have the source code, your open it in Xcode, compile it, and then run it on the simulator or a device registered to your developer account.

But, source code doesn't have a .app extension - so I doubt that is what you have.



来源:https://stackoverflow.com/questions/13535283/unable-to-run-an-ipad-application

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