How to solve “tool ‘xcodebuild’ requires Xcode, but active developer directory ‘/Library/Developer/CommandLineTools’ is a command line tools instance”
This error is often shown when an active Xcode installation is needed, but xcode-select still points to the Command Line Tools directory. Essentially Mac OS uses either XCode or th

