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

link|improve this question

65% accept rate
5  
now that's really silly! why on earth would apple allow us to download separate bundles? it's much better to just get the whole thing in one piece with assurance of no issues! after all, those who can't download 1gb in few minutes are not going to be able to develop for iPhone anyway. – Cawas Nov 3 '10 at 14:11
1  
@Cawas The App Store is supposed to have low barriers to entry. Not all of use who develop for the iPhone have a T1 line. – helixed Mar 10 '11 at 4:19
1  
@helixed sorry, I forgot to close my sarcasm snippet there. ;) – Cawas Mar 10 '11 at 14:21
@Cawas Ha ha, okay. – helixed Mar 10 '11 at 19:40
16k Views means, this is not a silly question :) – Sameera Chathuranga May 21 at 9:17
feedback

4 Answers

up vote 14 down vote accepted

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.

link|improve this answer
3  
Thanks. You would think they would provide a way in X-Code to download just the SDK, it's such a big file especially for us in Australia with usage caps. – Graeme Mar 30 '10 at 8:18
1  
Add flaky internet access (from South Africa) and you have a recipe for a very expensive download. – Frank Shearar Mar 30 '10 at 8:47
1  
It's true. I created a radar for this problem, and even Michael Jurewitz acknowledges the fact that people want an "auto update" function in Xcode. No idea if it'll happen though. – Jasarien Mar 30 '10 at 13:54
with respect to some of the developers at apple, but i think there's more than one weirdo over there. But it could be a way for them to recover from serious errors in previous sdks, and force their policies of dumping old sdk and stop compatibility with them. It's weird but that's their spirit, everything is simple to them. – LolaRun Mar 4 '11 at 9:00
I think the issue is that Apple include the Xcode update in Software Updates, which is entirely redundant if you then want to add the iOS SDK. What's difficult about having a version check? It would save us poor souls 400+ MB :( – Dave R. Mar 28 '11 at 0:02
show 1 more comment
feedback

Unfortunately, no. Apple only provides the SDK as a bundled package.

link|improve this answer
feedback

They quite often include fixes and updates in the bundled version of xcode. I guess this is a good way for them to "force" people to use the latest point release of xcode.

link|improve this answer
feedback

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.

link|improve this answer
Is it only in Xcode 4+? I dont see Downloads tab in Preferences. I am using Xcode 3.2. – Jacob Dam yesterday
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.