Last Updated: February 25, 2016
·
708
· efrane

Maven: Create OS X App bundles with AppStore versions of Xcode

Since the AppStore distribution of Xcode, it no more resides in /Developer, thus software that expects Xcode tools to be in /Developer/* fails. An easy fix to this is to link /Developer to the Developer directory in the Xcode application bundle:

sudo ln -s /Applications/Xcode.app/Resources/Developer /Developer