Ionic Package: xcode-select: error: tool ‘xcodebuild’ requires Xcode, but active developer directory ‘/Library/Developer/CommandLineTools’ is a command line tools instance

Apparently it’s just a matter of settings, just point to the actual folder where XCode is installed, for example:

sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer

Cheers

23 Likes