Xcode 6 的最低 iOS 部署目标
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/25770115/
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
Minimum iOS Deployment Target for Xcode 6
提问by Peter Pei Guo
Wikipedia said that the minimum iOS
Deployment Target for Xcode
6's was iOS
7. I just checked, with XCode
6 GM listed on the page now, the minimum iOS
Deployment Target has been changed to iOS
5.1.1.
维基百科说6的最小iOS
部署目标Xcode
是iOS
7。我刚刚查了一下,XCode
现在页面上列出了6个GM,最小iOS
部署目标已更改为iOS
5.1.1。
I do need to support iOS
6.0, and would like to confirm this with official Xcode
document. I searched and could not find this particular information. Can someone share the link to an official document that mentions this? Thanks.
我确实需要支持iOS
6.0,并想用官方Xcode
文档确认这一点。我搜索并找不到此特定信息。有人可以分享提到这一点的官方文件的链接吗?谢谢。
采纳答案by rmaddy
Xcode 6 supports a deployment target back to 4.3. Of course It doesn't support any simulators that old. You would need to test on real devices.
Xcode 6 支持部署目标回到 4.3。当然它不支持任何旧的模拟器。您需要在真实设备上进行测试。
You will have no problem supporting back iOS 6 with Xcode 6 but you will need real devices with iOS 6 to test your app properly.
使用 Xcode 6 支持回 iOS 6 没有问题,但您需要带有 iOS 6 的真实设备才能正确测试您的应用程序。
I don't have a link to a document but all you need do is set the project's Deployment Target to iOS 6.0 and you will have your proof.
我没有指向文档的链接,但您需要做的就是将项目的部署目标设置为 iOS 6.0,然后您将获得证明。
回答by Aron Nelson
Xcode 6 doesn't seem to even see my iPad 1. Although the deployment target is set to 5.1, the popup only shows 6.0 as the minimum in the popup.
Xcode 6 似乎甚至看不到我的 iPad 1。虽然部署目标设置为 5.1,但弹出窗口仅显示 6.0 作为弹出窗口中的最小值。