Reputation: 6275
ALL, Is there a link to download Mac OSX 10.5 SDK? I have an original Snow Leopard disk with XCode 3.2.6. But when I checked it has 10.6 SDK not 10.5.
I need to link my program against 10.5 SDK.
Thank you.
Upvotes: 1
Views: 8864
Reputation: 8749
This site has multiple older Mac OS SDKs, including 10.5/Leopard (last accessed 2 Jan 2017):
Releases * phracker/MacOSX-SDKs (on Github)
Upvotes: 1
Reputation: 11
After registering with Apple as a developer, click on iOS as seen below. From there, click on "Download". Scroll through the versions until you find the one you would like, then click "Download" on the one you want!
As shown on How to add base SDK for 10.5 in xCode 4, you have to open up the installer, extract your package, and then run the installer. Once the package is installed, it should be compatible with later versions of xcode.
Upvotes: 1