Apple requiring all app updates to built with iOS 12 SDK by March 2019 Question

限于喜欢 提交于 2019-12-10 21:31:01

问题


I'm currently using Xcode 9 but I have downloaded and "installed" the iOS device support files for 12.

Am I good to go for the March iOS 12 deadline?

Is satisfying the requirement as simple as submitting a new build when needed with my current setup or is more work required?


回答1:


You need to migrate to Xcode 10 to get the iOS 12 SDK support files. Your app must be build with this iOS 12 sdk support. This is not the same as pulling iOS 12 device support into Xcode 9 from Xcode 10.x versions. Currently, going directly to 10.1 is the best move. Fortunately, Swift 3 and 4 are currently supported in Xcode 10.1. So if you are still on Swift 3 you will not have to also migrate your swift version.

Xcode 10.2 (currently in beta) will add support for swift 5. Migrating from Xcode 10.1 to 10.2 will require you to be on Swift 4.2 as a minimum version, with Swift 5 being recommended.

After the deadline, any app submissions will need to be built with Xcode 10 or better, or else they will be rejected.



来源:https://stackoverflow.com/questions/54795692/apple-requiring-all-app-updates-to-built-with-ios-12-sdk-by-march-2019-question

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