ios 6.0 Simulator in xcode 5.1

佐手、 提交于 2020-01-12 03:29:15

问题


I just successfully updated my Xcode tool to 5.1 version and when I check Downloads option in preference section then I noticed there is no option to download ios 6.0 simulator.(Please check attached image)

So how can I access ios 6.0 simulator in Xcode 5.1?


回答1:


Please follow this procedure to upgrade your xCode

Upgrade xCode

At last change deployment target to access both IOS 6 and IOS 7 simulators.




回答2:


There are basically no difference between IOS 6.0 and IOS 6.1, in 6.1 apple just added three header file with few method in MapKit framework and did little modification in UIKit. So I don't think that you should bother about that.

You can check the modification here



来源:https://stackoverflow.com/questions/22342092/ios-6-0-simulator-in-xcode-5-1

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