本文介绍了XCode5-GM上的iOS5模拟器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在新的XCode5-GM上Apple停止支持较旧的模拟器(它们不包含在XCode5软件包中)。我需要至少一个5.0模拟器才能测试我的应用程序,因为我仍然支持iOS5:我没有理由不这样做而且iPad1在它上运行。

On new XCode5-GM Apple stopped to support older simulators (they are not included in the XCode5 bundle). I would need at least a 5.0 simulator in order to test my apps because I would like to still support iOS5: I have no reasons for not doing it and iPad1 runs on it.

有没有办法在XCode5上安装和运行iOS5模拟器?

Is there any way to install and run iOS5 Simulator on XCode5 ?

推荐答案

来自

<< ; OS Simulator 5.0 / 5.1仅适用于Mountain Lion。

<< OS Simulator 5.0/5.1 is available only on Mountain Lion.

如果你在Mavericks上运行,你只会看到iOS 6.0 / 6.1 / 7.0 >>

If you're running on Mavericks, you'll only see iOS 6.0/6.1/7.0 >>

这篇关于XCode5-GM上的iOS5模拟器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-13 14:31