问题描述
当 iOS 10 发布时,我是否可以提交到使用 Swift 2.2 运行并使用 Xcode 7.3 构建的应用商店应用程序?还是必须迁移到 swift 2.3 或 Swift 3 并使用 Xcode 8 构建应用程序?
When iOS 10 be released, will I be able to submit to the app store app that runs with Swift 2.2 and was built with Xcode 7.3? Or is it mandatory to move to swift 2.3 or Swift 3 and build the app with Xcode 8?
推荐答案
是的,你可以.
即使是 macOS Sierra 也将支持 Xcode 7.3(与 El Capitan 上的 Xcode 6 不同),因此您可以选择在 Swift 2.2 或 Swift 3 中构建您的应用程序.
Even macOS Sierra will support Xcode 7.3 (unlike Xcode 6 on El Capitan), so you can choose to build your applications in Swift 2.2 or Swift 3.
对于 App Store 提交,最低 Xcode 版本为 6.0.(2016 年 10 月)
For the App Store submission, the minimum Xcode version is 6.0. (October 2016)
有关更多信息,您可以查看此答案:上传到 App Store 的最低 Xcode 版本(截至 2016 年 2 月)
For more information you can check out this answer: Minimum Xcode version to upload to App store (As on February 2016)
这篇关于当 iOS 10 发布时,我可以使用 Xcode 7.3 提交 Swift 2.2 应用程序吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!