Having an odd Mac OS issue. I'm on a mid-2015 McBkPro running High Sierra 10.13.3.
Haven't coded on a new project in a while (been busy on my last projects for most of the past year); now I tried starting up a new project and well none of my commands seem to work...
I always get xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
. seemed pretty straight forward, x-code cmd line tool missing... Except installing it seems to not work/have no effect.
I enter: xcode-select --install
, press install, agree to the agreement, it downloads, installs, gives me a nice The software was installed
but if I try any command again (like brew update
or brew upgrade
); I get the same error... (tried rebooting, no effect)
Any clues? (all I could find googling were people saying "install x-code cmd line tool")