Make and Xcode for OS X Snow Leopard

makeosx-snow-leopardxcode

I have OS X Snow Leopard and I need install make (this exists in Xcode). I don't have the DVD to install though.

On the Xcode page I don't find an old version of Xcode.

How I can get an old version of Xcode?

Best Answer

Xcode 3

The latest Xcode 3.2.6 (with the iOS SDK) is available under this link:

https://developer.apple.com/devcenter/download.action?path=/Developer_Tools/xcode_3.2.6_and_ios_sdk_4.3__final/xcode_3.2.6_and_ios_sdk_4.3.dmg

You need to be signed up to the free Apple Developer program in order for this to work, I guess. Note that this version will not be updated anymore. If you run into problems installing it, see this question: Can't Install Xcode on OS X Snow Leopard

A list of all downloads is also available. Just sign into the Apple Developer website and visit the following link:

http://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wa/downloads

Here, under "Developer Tools" (in the right sidebar), you'll find older versions of Xcode and additional tools.

Related Question