Files
private-schrijfsels-en-noti…/2021/macOS issues and fixes and tricks.md
FSNotes App 8c27dd39b3 Usual commit
2023-07-14 14:01:23 +02:00

974 B

macOS issues and fixes and tricks

#macos

git error: xcrun: error: invalid active developer path

jerry@Jerrys-iMac syncthing-macos % git pull
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
jerry@Jerrys-iMac syncthing-macos % xcode-select --install
xcode-select: note: install requested for command line developer tools

xcodebuild error

jerry@Jerrys-iMac syncthing-macos % make
xcodebuild -derivedDataPath /Users/jerry/src/github.com/syncthing/syncthing-macos -configuration Debug -scheme syncthing
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
sudo xcodebuild -license
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer

misc