Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以,我正在尝试在 Xcode 模拟器上测试我们的游戏。我正在使用 OSX-Mountain Lion 并拥有 Xcode 4.5,但我需要使用 iPad 模拟器测试 iOS 4.3。这可能吗?
在构建设置中将部署目标设置为 4.3
确保您的部署目标设置为 iOS 4.3,并下载iOS 4.3 模拟器(在 Xcode 中:设置->下载->组件-> iOS 4.3 模拟器)。完成后,在您的方案中选择“iPad 4.3 Simulator”(Xcode 主窗口左上角的选择器),然后运行!