简体   繁体   English

iOS-无法部署到iOS 6.1 Simulator或将“部署目标”设置为iOS 6.1

[英]iOS - Cannot deploy to iOS 6.1 Simulator or set Deployment Target to iOS 6.1

My app got rejected because it crashes on the iPhone 5 running iOS 6.1. 我的应用被拒绝,因为它在运行iOS 6.1的iPhone 5上崩溃了。 So I was trying to test on this version, but I realized that my xCode for this app does not have the option to run the emulator in iPhone 5 running iOS 6.1 因此,我尝试对此版本进行测试,但我意识到此应用程序的xCode不能选择在运行iOS 6.1的iPhone 5中运行模拟器

How could I make it run in that configuration? 如何使它在该配置中运行?

My current target is 6.0 iPhone. 我当前的目标是6.0 iPhone。 When I try to make the "deployment target" 6.1 I don't have that option. 当我尝试将“部署目标”设置为6.1时,我没有选择。 It only goes to 6.0...but the xCode for my other app does have the 6.1 option. 它只能达到6.0 ...但是我其他应用程序的xCode确实具有6.1选项。 What should I change in order to enable that? 为了实现该功能,我应该更改什么?

Thanks! 谢谢!

You need to update to Xcode 4.6 which includes the 6.1 simulator and SDK. 您需要更新到Xcode 4.6,其中包括6.1模拟器和SDK。 Do this in the AppStore. 在AppStore中执行此操作。

If you ever need to install a different simulator within Xcode go to Preferences and then the Downloads sections 如果您需要在Xcode中安装其他模拟器,请转到“首选项”,然后单击“下载”部分

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM