views:

312

answers:

3

I heard that the programmings tools can be downloaded for free.

I also heard that the programmings tools cannot be downloaded for free.

Which is it?

+2  A: 

they can be downloaded for free at developer.apple.com. Not too hard to find that out, btw.

moritz
+7  A: 

XCode and Interface Builder are free, optional installs that are included with OS X. The iPhone SDK is a free download from http://developer.apple.com.

The only not-free part is that you have to be a paid member of the Apple Developer Program if you want to deploy an app via the App Store, or to deploy it to your own hardware to test. But if you just want to code and test using the iPhone simulator, it's all free.

Jason
BTW, it's “Xcode”.
Jonathan Sterling
actually you need to be a paid member to even deploy the app to your own hardware.
fuzzy lollipop
+1  A: 

You can download Xcode/Interface Builder from http://developer.apple.com/mac/ if you don't feel like digging out your install disk. You can download the iPhone SDK from http://developer.apple.com/iphone/. After you download them, you can use them for free (and run your applications in the iPhone Simulator for free). You will need to sign up to be an Apple Developer for $100 USD if you want to submit your applications to the App Store or test them on any actual device.

Kevin Y
BTW, it's “Xcode”.
Jonathan Sterling
Okay. :) (15 char)
Kevin Y