Run app in iOS 6 Simulator in Xcode 6

↘锁芯ラ 提交于 2019-11-29 00:53:38
Eonil

In Xcode 6 beta 3, 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.

Anyway in practice, we have situation that we can't do it. If the Xcode doesn't provide older version of simulator, then the only regular way to do this is installing older version of Xcode.

Install Xcode 5 and run its simulator manually. ([Xcode] -> [Open Developer Tools] -> [iOS Simulator])

Each Xcode versions can be installed and run side-by-side. See here to know how to get old Xcode versions.

Currently you can just use Xcode 5.x.

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