Missing Developer SDK on Mac 10.8.2

I recently upgraded from 10.6.8 to 10.8.2. I need to compile software that uses the 10.7 SDK. However, whenever I enter /Developer/SDKs/ , all I see is: MacOSX10.4u.sdk, MacOSX10.5.sdk and MacOSX10.6.sdk. I hope that I will have at least MacOSX10.7.sdk, but it does not exist. I'm not sure if this is relevant, but I am using Xcode 4.6.

Does anyone know how to get a new SDK or at least explain why mine is missing?

+8
xcode sdk macos
source share
2 answers

In later versions of Xcode, they are in the application bundle:

 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs 
+8
source share

You updated os, but not xcode. so these are your original sdks.

I would also like to know where to get only sdk. xcode 4. + sucks in memory and drops a lot.

0
source share

All Articles