mirror of
https://github.com/syncthing/syncthing-macos.git
synced 2026-06-16 12:04:33 +00:00
305 B
305 B
XCode tips and tricks
xcodebuild requires Xcode
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
fixed with
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer