Jed Schneider
Jed Schneider

Reputation: 14671

most recent release of xcode for leopard, not snow leopard

compiling an app that needs to be compiled with a newer version of the gcc than is available with xcode 3.0 (what is on disk for the leopard install) but the newest download link for 3.2.4 only runs on snow leopard.

what is the latest release of xcode that runs on leopard and if you have a link to the dmg that would be awesome. its torture to find anything on the apple dev center.

Upvotes: 0

Views: 1315

Answers (2)

Selz
Selz

Reputation: 11

The Leopard version of Xcode 3.1.4 can be found third from the bottom on page 6 at https://developer.apple.com/downloads/index.action#

Upvotes: 1

bosmacs
bosmacs

Reputation: 7483

3.1.4 is the last release, to my knowledge, that supports 10.5. It can be found on the old developer connection site; here's a direct link (may need to sign in first):

http://adcdownload.apple.com/Developer_Tools/xcode_3.1.4_developer_tools/xcode314_2809_developerdvd.dmg

Upvotes: 1

Related Questions