roddhjav/pass-update

xcrun: error on OS X during install

CCheCastaldo opened this issue · 1 comments

I following the installation instructions:

git clone https://github.com/roddhjav/pass-update/
cd pass-update
sudo make install PREFIX=/usr/local

but I get the following error:

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

Not sure what is causing this. Thanks for any help.

Whoops. I did not have x-code installed. This is required.

xcode-select --install

Works fine after that.