How to build against older iOS versions with the latest Xcode downloads?

后端 未结 3 1029
小蘑菇
小蘑菇 2020-12-04 20:18

I have multiple versions of Xcode installed. I can build my project against older iOS versions by launching old Xcode. But how could I use newer Xcode versions to build agai

3条回答
  •  醉梦人生
    2020-12-04 20:49

    I think you should always build using the latest SDK and just set the deployment target to the appropriate version. To ensure your app runs correctly, check everything carefully on all versions and besides check the documentation if the APIs you are using have changed / removed / been deprecated in the different versions of the SDK!

提交回复
热议问题