Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to download an slightly older iOS SDK? [closed]

Tags:

xcode

ios

sdk

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

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

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

enter image description here

like image 538
delete Avatar asked Jan 19 '16 11:01

delete


Video Answer


2 Answers

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/5806210 on how to add older SDKs. Also you can install other versions of simulators.

like image 75
Bretsko Avatar answered Nov 10 '22 19:11

Bretsko


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

like image 21
luk2302 Avatar answered Nov 10 '22 17:11

luk2302