哪里可以下载稍旧的 iOS SDK?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/34876144/
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-08-31 08:36:08  来源:igfitidea点击:

Where to download an slightly older iOS SDK?

iosxcodesdk

提问by delete

Installing OSX from scratch with XCode 7.2 gives me iOS SDK 9.2.

使用 XCode 7.2 从头开始​​安装 OSX 为我提供了 iOS SDK 9.2。

I need iOS SDK 9.0 for some compatibility issues. Is there any download page for that?

我需要 iOS SDK 9.0 来解决一些兼容性问题。有那个下载页面吗?

I visited https://developer.apple.com/ios/download/which only contains download links to iOS 9.2 and iOS 9.3beta right now.

我访问了https://developer.apple.com/ios/download/,它现在只包含 iOS 9.2 和 iOS 9.3beta 的下载链接。

enter image description here

在此处输入图片说明

采纳答案by Bretsko

The previous versions of SDK are bundled with each version of Xcode, which you can download from https://developer.apple.com/downloads/?name=Xcode. Check this answer https://stackoverflow.com/a/13061104/5806210on how to add older SDKs. Also you can install other versions of simulators.

以前版本的 SDK 与每个版本的 Xcode 捆绑在一起,您可以从https://developer.apple.com/downloads/?name=Xcode下载。查看此答案https://stackoverflow.com/a/13061104/5806210,了解如何添加旧版 SDK。您也可以安装其他版本的模拟器。

回答by luk2302

You can download and install "older" simulator versions the following way:

您可以通过以下方式下载和安装“旧”模拟器版本:

  • Start Xcode -> Window -> Devices enter image description here

  • Choose to "Add Simulator" in the bottom left enter image description here

  • Click on "iOS version" and choose "Download more simulators" enter image description here

  • Choose the ones you want enter image description here

  • 启动 Xcode -> 窗口 -> 设备 在此处输入图片说明

  • 选择左下角的“添加模拟器” 在此处输入图片说明

  • 点击“iOS版本”并选择“下载更多模拟器” 在此处输入图片说明

  • 选择你想要的 在此处输入图片说明