dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

install osx command-line tools intentionally

Open travi opened this issue 8 years ago • 4 comments

xcode-select --install

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

travi avatar Mar 09 '16 16:03 travi

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 avatar Jan 09 '18 18:01 travi

$ xcode-select --version
xcode-select version 2349.

travi avatar Jan 09 '18 18:01 travi

$ xcode-select --install
xcode-select: note: install requested for command line developer tools
$ xcode-select --version
xcode-select version 2349.

travi avatar Jan 09 '18 18:01 travi

this did fix the problem running the init script

travi avatar Jan 09 '18 18:01 travi