Getting old OS versions on the Xcode iOS simulator [duplicate]

折月煮酒 提交于 2019-12-23 05:23:28

问题


Every simulator that I have on Xcode runs on version 8.4 but I want to test on iOS 6 and 7.

I've done what this answer recommends: https://stackoverflow.com/a/8477254/1282637

However, when I go to Xcode -> preferences - downloads, the only non-iOS 8 version available is 7.1:

Is there a way I can download an iOS 6.x.x simulator? Thanks!


回答1:


In Xcode 6 , iOS simulator for iOS version 6.x seems to be deprecated.

Apple deprecates old technologies very aggressively. Formaly saying, you should deprecate support for older version of OSes such as 6.x.

If the Xcode doesn't provide older version of simulator, the only way to do this is to install older version of Xcode.

download older Versions

Currently you can just use Xcode 5.x.



来源:https://stackoverflow.com/questions/32675142/getting-old-os-versions-on-the-xcode-ios-simulator

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