Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to update iPhone SDK without having to re-download Xcode?

Silly question - Is there a way to download the iPhone SDK without Xcode when Apple releases an update?

like image 960
Graeme Avatar asked Mar 30 '10 08:03

Graeme


People also ask

Does iOS SDK come with Xcode?

Xcode 14 beta. This version of Xcode: Includes SDKs for iOS 16, iPadOS 16, macOS 13, tvOS 16, and watchOS 9.


2 Answers

As far as I understand you cannot download the SDK separately - and even if you could, I wouldn't recommend it. Using the bundled SDK+Xcode release is the best idea in my opinion, as it will be working for you out of the box. I know it's annoying having to download such a large amount of data for an SDK (not all of us have 100mbps pipes to play with!) but for ease of development, it's the way I'd recommend you go.

like image 128
Seidr Avatar answered Sep 24 '22 05:09

Seidr


For those who have installed Xcode but do not have the iOS SDK, here is the way to download it without re-downloading Xcode: Got to

Xcode > Preferences > Downloads

and select whatever you want to install.

like image 42
Billy Brown Avatar answered Sep 21 '22 05:09

Billy Brown