简体   繁体   English

iOS 应用的部署目标

[英]Deployment Target for iOS Apps

As of 2019, I mean latest.截至 2019 年,我的意思是最新的。 What is the minimum deployment target I should set in Xcode?我应该在 Xcode 中设置的最低部署目标是什么? I set it as 12.1, hence I could not run on my I-Phone which is the iOS version 11.2.我将它设置为 12.1,因此我无法在我的 iOS 11.2 版本的 I-Phone 上运行。 Help me on this.帮我解决这个问题。

There is no "should" for your minimum deployment target.您的最低部署目标没有“应该”。 It's a question of what audience you are intending to release to.这是您打算向哪些受众发布的问题。 Just specify the earliest system on which your app is to run.只需指定您的应用程序运行的最早系统。 If you want it to run on iOS 11.2, specify 11.2 (or earlier).如果您希望它在 iOS 11.2 上运行,请指定 11.2(或更早版本)。

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

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