elasticrat
elasticrat

Reputation: 7160

How can I install the OSX 10.4u SDK to support backwards compatible OSX builds?

XCode 4 doesn't install 10.4u SDK but some builds require it. How can I get and install it?

Upvotes: 2

Views: 5173

Answers (2)

Noam Bechhofer
Noam Bechhofer

Reputation: 61

Phracker has compiled all the old SDKs from 10.1.5 to 10.11 on Github. https://github.com/phracker/MacOSX-SDKs

Upvotes: 1

Håkan Eriksson
Håkan Eriksson

Reputation: 46

Apparently, Apple dropped 10.4 when releasing Xcode 4 (see Xcode4 with Mac OS X 10.4 SDK).

There is a workaround documented here:
How can we restore ppc/ppc64 as well as full 10.4/10.5 SDK support to Xcode 4?

Upvotes: 2

Related Questions