简体   繁体   English

iOS11退出后,我能否使用Xcode8 / iOS10进行构建?

[英]Will I be able to build using Xcode8/iOS10 after iOS11 is out?

As long as I can remember, after a new version of iOS and Xcode is out, we can continue to build apps with older versions of Xcode and submit to the AppStore. 只要我记得,在新版本的iOS和Xcode发布之后,我们就可以继续使用旧版本的Xcode构建应用程序并提交到AppStore。

Has this changed? 这改变了吗? A couple of my colleagues are saying they spoke with Apple reps that claim that after Xcode9/iOS11 is out, we won't be able to submit apps that are built using Xcode8. 我的几个同事说,他们与Apple代表交谈,他们声称Xcode9 / iOS11推出后,我们将无法提交使用Xcode8构建的应用程序。 I can't find any information online to verify this. 我在网上找不到任何信息可以验证这一点。 Could this be true? 这是真的吗?

Apple's usual policy is to permit the older tool to be used for a transition period, before requiring that the newer be used. 苹果公司通常的政策是,在要求使用较新的工具之前,允许在过渡期内使用较旧的工具。

That being said, there's a much looser coupling of versions of Xcode and supported versions of iOS than your question implies. 话虽这么说,Xcode版本与受支持的iOS版本之间的耦合要比您的问题暗示的宽松得多。 If you set your minimum deployment target to iOS 10 then the applications you build in Xcode 9 will run on iOS 10, provided you have used only iOS 10 APIs. 如果您将最低部署目标设置为iOS 10,则在Xcode 9中构建的应用程序将在iOS 10上运行,前提是您仅使用了iOS 10 API。

So the transition period is normally to allow developers not to have to update their tools during a development cycle and/or to correct any part of their pipeline that relies — whether deliberately or not — on a specific version of Xcode. 因此过渡期通常是允许开发人员在开发周期中不必更新其工具和/或更正其管道的任何部分(无论是否有意依赖)特定版本的Xcode。 It's completely distinct from the period for which they will accept applications that support the older OS. 这与他们接受支持较早操作系统的应用程序的时期完全不同。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 uiView在iOS 10的ViewController内未对齐,但在iOS11上未对齐 - uiView misaligning inside ViewController for iOS10, but not iOS11 Xcode8提交错误-如何找出iOS10上到底需要哪些特定权限 - Xcode8 submission error - how to find out what exactly requires specific permissions on iOS10 使用Xcode8在iOS10中自动布局无法正确显示 - AutoLayout can’t display correctly in iOS10 with Xcode8 更新到 xCode8 和 iOS10 后,Apple 回应“缺少推送通知权利” - Apple responds with "Missing Push Notification Entitlement" after update to xCode8 and iOS10 在Xcode 7 iOS9中确定时,UIScrollView在Xcode8,iOS10中没有响应 - UIScrollView not responding in xcode8, ios10 when it was OK in Xcode 7 ios9 如何在iMessage iOS11(或iOS10,Mac OSX Sierra)中禁用URL链接预览 - How to Disable URL Link Previews in iMessage iOS11 (or iOS10, Mac OSX Sierra) UIViewPropertyAnimator 在 iOS10 和 iOS11 上反转动画的不同行为。 `isReversed` 和 `fractionComplete` 属性上的错误? - UIViewPropertyAnimator different behaviour on iOS10 and iOS11 reversing an animation. Bug on `isReversed` and `fractionComplete` properties? 使用UNAuthorizationStatus.provisional时,如何编写使用Xcode 9.x(iOS11)和Xcode10.x(iOS12)编译的代码? - How can I write code that compiles with Xcode 9.x(iOS11) and Xcode10.x(iOS12) when using UNAuthorizationStatus.provisional? iOS11 / Xcode 9 UIBarButtonItem问题 - iOS11/Xcode 9 UIBarButtonItem Issue 发布版本Xcode8在iOS 9设备上崩溃 - Release build Xcode8 crashes on iOS 9 device
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM