travi / dotfiles

My disaster recovery plan.
21 stars 6 forks source link

install osx command-line tools intentionally #132

Open travi opened 8 years ago

travi commented 8 years ago

xcode-select --install

could leverage xcode-select --version to determine if should upgrade

travi commented 6 years ago

after upgrading to high sierra

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
Error: Failure while executing: git config --local --replace-all homebrew.analyticsmessage true
travi commented 6 years ago
$ xcode-select --version
xcode-select version 2349.
travi commented 6 years ago
$ xcode-select --install
xcode-select: note: install requested for command line developer tools
$ xcode-select --version
xcode-select version 2349.
travi commented 6 years ago

this did fix the problem running the init script