Swift 4 - Setting a minimum deployment target

微笑、不失礼 提交于 2019-12-10 02:06:32

问题


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?


回答1:


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".



来源:https://stackoverflow.com/questions/46465408/swift-4-setting-a-minimum-deployment-target

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!