哪里可以下载稍旧的 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
Where to download an slightly older iOS SDK?
提问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 的下载链接。
采纳答案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。您也可以安装其他版本的模拟器。