XCode 4 doesn't install 10.4u SDK but some builds require it. How can I get and install it?
Asked
Active
Viewed 5,091 times
2 Answers
2
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?

Community
- 1
- 1

Håkan Eriksson
- 46
- 4
0
Phracker has compiled all the old SDKs from 10.1.5 to 10.11 on Github. https://github.com/phracker/MacOSX-SDKs

Noam Bechhofer
- 51
- 7