Install System/Other apps on iphone simulator

[亡魂溺海] 提交于 2019-12-02 00:28:02

问题


By default when we start iPhone simulator it has only few apps installed. Is it possible to install other system apps (such as phone, text, map etc) OR or other native apps (such as facebook etc) on my simulator?


回答1:


Nope. Different architectures—native apps are built for an ARM CPU, simulator apps for an x86 one. The binaries are totally incompatible.




回答2:


This is not possible at the moment.




回答3:


This is NOT possible

The Simulator does not run ARM code, ONLY x86 code. Unless you have the raw source code from Apple, you won't see the App Store on the Simulator.

The app you write you will be able to test in the Simulator by running it directly from Xcode even if you don't have a developer account. To test your app on an actual device, you will need to be apart of the Apple Developer program.



来源:https://stackoverflow.com/questions/9136897/install-system-other-apps-on-iphone-simulator

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