Skip to content

Instantly share code, notes, and snippets.

@startergo
Forked from robvanoostenrijk/Instructions.md
Created October 29, 2024 16:44
Show Gist options
  • Save startergo/69a2ec32f3c472dd55a4488c3c49a1c8 to your computer and use it in GitHub Desktop.
Save startergo/69a2ec32f3c472dd55a4488c3c49a1c8 to your computer and use it in GitHub Desktop.
Install Mac OS X 10.6 SDK on newer Xcode

Install Mac OS X 10.6 SDK on newer Xcode

Update: https://github.com/phracker/MacOSX-SDKs hosts the direct SDK folders already extracted.


  1. Go to https://developer.apple.com/downloads/index.action and download Xcode 4.3.3
  2. After downloading mount the DMG file and navigate to Xcode.app
  3. Open the application by clicking Show Package Content
  4. Navigate to /Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
  5. Copy the MacOSX10.6.sdk folder
  6. Navigate to /Applications/XCode.app and click Show Package Content
  7. Navigate to /Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
  8. Paste the copied MacOSX10.6.sdk folder
  9. Restart Xcode

Mac OS X 10.6 SDK should now be available for selection and building.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment