如何在 Xcode 11 上安装 iOS 9.x 模拟器?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/58168512/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 11:02:22  来源:igfitidea点击:

How to install iOS 9.x Simulator on Xcode 11?

iosxcode

提问by Levi

I'm developing and iOS app with iOS 9support, but with Xcode 11update I'm missing the possibility to add / install iOS 9 simulator. Is there any chance to have iOS 9.x simulator in Xcode 11?

我正在开发支持iOS 9 的iOS 应用程序,但使用Xcode 11更新我缺少添加/安装iOS 9 模拟器的可能性。是否有机会在 Xcode 11 中使用iOS 9.x 模拟器

Xcode 11 "Components"

Xcode 11“组件”

回答by jesse

It seems iOS 9 simulator is supported by Xcode 11, but only on macOS 10.14 Mojave. After upgrade to macOS 10.15 Catalina, this simulator is not supported any more.

Xcode 11 似乎支持 iOS 9 模拟器,但仅在 macOS 10.14 Mojave 上支持。升级到 macOS 10.15 Catalina 后,不再支持此模拟器。

Though I didn't find confirmation of this in any release notes. The only acknowledgment I found is this tweet by Apple engineer: https://twitter.com/xenadu02/status/1140093901438689280?lang=en

虽然我没有在任何发行说明中找到对此的确认。我发现的唯一确认是 Apple 工程师的这条推文:https: //twitter.com/xenadu02/status/1140093901438689280?lang =en

回答by Saren Inden

I tried installing Xcode 10.1 on my Mac, but it also did not work for iOS9, i suspect it has to do with Apple dropping support for 32 bit applications (like iOS9)

我尝试在 Mac 上安装 Xcode 10.1,但它也不适用于 iOS9,我怀疑这与 Apple 放弃对 32 位应用程序(如 iOS9)的支持有关

回答by u11992223

iOS 9.3 (9.3 - 13E233) - com.apple.CoreSimulator.SimRuntime.iOS-9-3 (unavailable, The iOS 9.3 simulator runtime is not supported on hosts after macOS 10.14.99.) (unavailable, The iOS 9.3 simulator runtime is not supported on hosts after macOS 10.14.99.)

iOS 9.3 (9.3 - 13E233) - com.apple.CoreSimulator.SimRuntime.iOS-9-3(不可用,macOS 10.14.99 之后的主机不支持 iOS 9.3 模拟器运行时。)(不可用,iOS 9.3 模拟器运行时是macOS 10.14.99 之后的主机不支持。)

回答by Alex

Jayaraj M, it's not a true:

Jayaraj M,这不是真的:

Xcode 11 is available in the Mac App Store and includes SDKs for iOS 13, macOS Catalina 10.15, watchOS 6, and tvOS 13. Xcode 11 supports development for devices running iOS 13.1. Xcode 11 supports on-device debugging for iOS 8 and later, tvOS 9 and later, and watchOS 2 and later. Xcode 11 requires a Mac running macOS Mojave 10.14.4 or later.

Xcode 11 可在 Mac App Store 中获得,包括适用于 iOS 13、macOS Catalina 10.15、watchOS 6 和 tvOS 13 的 SDK。Xcode 11 支持运行 iOS 13.1 的设备的开发。Xcode 11 支持 iOS 8 及更高版本、tvOS 9 及更高版本以及 watchOS 2 及更高版本的设备上调试。Xcode 11 需要运行 macOS Mojave 10.14.4 或更高版本的 Mac。

https://developer.apple.com/documentation/xcode_release_notes/xcode_11_release_notes

https://developer.apple.com/documentation/xcode_release_notes/xcode_11_release_notes

回答by Jayaraj M

iOS 9.0 is not supported by Xcode 11.

Xcode 11 不支持 iOS 9.0。