xcode 4.5 runs ios 4.0 simulator (NOT)

这一生的挚爱 提交于 2019-12-07 10:26:36

问题


I just upgrade to iOS 6 xcode 4.5
But I found that even in Xcode-reference-download there are only ios 5,6
I prefer my app to work also for the users using iOS 4.X

Any comment is welcomed.


回答1:


If you're on Lion, you can still download the 4.3 simulator (at least I did with the Gold Master version, supposedly it still works with the final release).

On Mountain Lion, the 4.3 simulator is buggy (as seen in the first betas) and has thus been removed by Apple.

If you really need to, you can run Lion on top of Moutain Lion with Parallels Desktop or something similar, that's what I do.




回答2:


I can confirm that it works on Lion with Xcode 4.5 (Simulator 4.3)




回答3:


XCode 4.5.x only supports armv7 architecture :

Changes in Xcode 4.5.x for ios 6

  1. Xcode 4.5.x (and later) does not support generating armv6 binaries.
  2. Now includes iPhone 5/armv7s support.
  3. The minimum supported deployment target with Xcode 4.5.x or later is iOS 4.3.
  4. The minimum support for iPhone is iPhone 3GS or later as earlier versions use armv6.

Hope this helps....



来源:https://stackoverflow.com/questions/12511191/xcode-4-5-runs-ios-4-0-simulator-not

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