ios - Xcode 12 和 iOS 15

标签 ios xcode build xcode12 ios15

是否可以以某种方式将 iOS 15.0 模拟器添加到 Xcode 12.4? (并构建和运行项目)

我有 xcode 12.4 和 xcode 13。 我无法在 xcode 13 中构建我的项目。 我只能在 xcode 12.4 中构建它 但是我想在iOS 15上运行我的项目,可以运行吗? 如果是,那么我该怎么做?

谢谢。

最佳答案

不,您无法在 Xcode 12.4 中使用 iOS 15 模拟器。

您可以通过 TestFlight 将其安装在物理 iOS 15 设备上,或者在 Xcode“设备”窗口或 Finder 中手动将 .ipa/product 拖到手机上。但是当您这样做时,您无法通过 Xcode 调试器以交互方式调试它。


正如一个提示:

Starting April 2022, all iOS and iPadOS apps submitted to the App Store must be built with Xcode 13 and the iOS 15 SDK.

因此,届时您需要修复 Xcode 13 问题。请参阅App Store submissions now open for iOS 15 & iPadOS 15 .

关于ios - Xcode 12 和 iOS 15,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69883629/

相关文章:

ios - iOS 最新版本支持 OMA DM 吗?

ios - 来自 Storyboard 的实例化 NavigationController 引用相同的 RootViewController

iphone - 没有符合条件的 bundle 标识符提交错误

ios - 多行导航栏标题

Android Studio - 构建错误 - 已经创建了 Android 任务

ios - Flutter 的 iOS 版本已更新为 TestFlight,但在 Activity session 中的 "processing"状态后消失

ios - 如何在 swift 中将月份名称数组转换为月份编号

ios - unwindSegue 无法传递数据(Swift - Xcode)

scala - Play : error: not found: value playScalaSettings

iphone - UISwipeGestureRecognizerDirection 问题