简体   繁体   中英

How to safely change deployment target in ios

我已经开发了一个使用swift 2.2和Xcode 7.3.1的应用程序,我将部署目标设置为9.3,基本SDK也是9.3。现在我想将部署目标降低到8.1。什么是更改部署目标而不影响任何目标的正确过程框架和库或语法。

There is no direct way. If you really need to support your deployment target as 8.1 then you should test the application fully on 8.1. This will make sure the availability of all APIs in your minimum OS version.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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