Skip to content

Instantly share code, notes, and snippets.

@benregn
Created September 18, 2012 19:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save benregn/3745434 to your computer and use it in GitHub Desktop.
Save benregn/3745434 to your computer and use it in GitHub Desktop.
Fix openFrameworks XCode SDK error

For XCode 4.4 and OS X 10.8 Mountain Lion

If you get the "check dependencies error: There is no SDK with the name or path '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk'" error, the following steps should help:

  1. Download the MacOSX 10.6 SDK
  2. Extract the zip file
  3. Put the resulting folder in /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/
  4. Then fix the Build Settings for yourProject.xcodeproj and the openFrameworksLib.xcodeproj to have the Base SDK pointing at 10.6
  5. Restart XCode and compile again
  6. Now it should work!
@thang211184
Copy link

thank you very much

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