如何手动将 iOS 模拟器安装到 Xcode 4.5?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/12615573/
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
How to install iOS simulator to Xcode 4.5 manually?
提问by Chau Chee Yang
I have a fresh installation of Xcode 4.5. It doesn't come with iOS 5.0 simulator. I have downloaded a copy of ios_50_simulator.dmg
file.
我全新安装了 Xcode 4.5。它不附带 iOS 5.0 模拟器。我已经下载了ios_50_simulator.dmg
文件的副本。
I mounted the .dmg file in OSX, and perform installation directly. However, the iOS 5.0 simulator doesn't install in my Xcode 4.5 apps.
我在OSX中挂载了.dmg文件,直接安装。但是,iOS 5.0 模拟器没有安装在我的 Xcode 4.5 应用程序中。
Any ideas?
有任何想法吗?
回答by Andrey Zverev
Open "Preferences" window in Xcode, navigate to Downloads - Components. You can install iOS 5.0 Simulator there.
在 Xcode 中打开“首选项”窗口,导航到下载 - 组件。您可以在那里安装 iOS 5.0 模拟器。