SVN problems on recently upgraded Mac
Posted by gregster on 17 Jan 2017 in R & D, Documentation, Documentation
Those of you that have recently upgraded to a new version of Mac OS may see an error the next time you use SVN:
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrunIt should be resolved by running the following in the terminal:
sudo xcode-select --resetAs it's a sudo command you'll need to provide an admin password.