xcode 下载 iOS 6 模拟器
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/14017625/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Download iOS 6 simulator
提问by clint
I have xcode 4.5.2 installed. I want to test my app in iOS 6. I went to Xcode/Preferences/Downloads
, but I don't see iOS 6 simulator in the list. How should I download it?
我安装了 xcode 4.5.2。我想在 iOS 6 中测试我的应用程序。我去了Xcode/Preferences/Downloads
,但我没有在列表中看到 iOS 6 模拟器。我应该如何下载它?
回答by MCKapur
Xcode 4.5.2 should come with iOS 6 simulator. But if not:
Xcode 4.5.2 应该带有 iOS 6 模拟器。但如果不是:
Where it says the simulator version (the tab next to the name of your app next to 'Run' and 'Stop') click it and scroll down and press 'More Simulators' where you have the option to install more simulators. Is iOS 6 simulator there?
它显示模拟器版本(“运行”和“停止”旁边的应用程序名称旁边的选项卡)单击它并向下滚动并按“更多模拟器”,您可以选择安装更多模拟器。有 iOS 6 模拟器吗?
回答by Michael Dautermann
Xcode 4.5.2 comes with the iOS 6 SDK, so you're automatically testing with iOS 6 when you launch your app in the simulator.
Xcode 4.5.2 随附 iOS 6 SDK,因此当您在模拟器中启动应用程序时,您会自动使用 iOS 6 进行测试。
Unless you download the iOS 5 simulator in the Xcode download pane and set the simulator to be testing in an iOS 5 environment.
除非您在 Xcode 下载窗格中下载 iOS 5 模拟器并将模拟器设置为在 iOS 5 环境中进行测试。