简体   繁体   中英

Will my app be able to run on newer iOS if from old Xcode?

I starting creating an app in Xcode 8.3, which only tests in iOS up to 10 and does not let me use my phone to test because it has iOS 12. Will I be able to upload this to the App Store, and will it be able to run on newer devices? If not, can I open my project from Xcode 8 in a newer version, like Xcode 10?

"Starting March 27, 2019, all iOS apps submitted to the App Store will need to be built with the iOS 12.1 SDK or later" https://developer.apple.com/ios/submit/

It means only Xcode 10.2

You will need to migarate your project to swift 4.0 or above . This can be easily done via XCode 10.2 but if your app was build on swift 3.0 or below, you may need to use XCode 10.1 or 10.0

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