xcode Swift 4 - 设置最低部署目标
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/46465408/
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
提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 10:20:00 来源:igfitidea点击:
Swift 4 - Setting a minimum deployment target
提问by Niall Kiddle
The current deployment target is 11.0 which is fine. However, I would like to know how I would set a minimum of 8.0?
当前的部署目标是 11.0,这很好。但是,我想知道如何设置最低 8.0?
回答by Craig Grummitt
You can set the deployment target in your project's target's general settings.
您可以在项目目标的常规设置中设置部署目标。
You can read more about this in Apple documentation "Setting Deployment Target".
您可以在 Apple 文档“设置部署目标”中阅读有关此内容的更多信息。