Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

/Developer directory doesn't exist, when using new (MAS) versions of Xcode #9

Open
spitfire opened this issue Oct 7, 2012 · 1 comment

Comments

@spitfire
Copy link
Contributor

spitfire commented Oct 7, 2012

As /Developer directory isn't created for new versions of Xcode (especially those compatible with Mountain Lion), ./configure hits the following problem:

checking for library containing backtrace... none required
checking looking for Apple CoreService Framework... checking /Developer/Headers/FlatCarbon/CoreServices.h usability... no
checking /Developer/Headers/FlatCarbon/CoreServices.h presence... no
checking for /Developer/Headers/FlatCarbon/CoreServices.h... no
configure: error: CoreServices.h header file not found

@spitfire
Copy link
Contributor Author

spitfire commented Oct 7, 2012

Following command fixes the problem (with Xcode 4.5 and 10.7 headers installed)
sudo ln -s /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/Developer /Developer

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant