Today I Learned: Hi, Sierra
Wednesday August 1, 2018 at 09:20 pm CST
originally published 11/25/2017 on the Hashrocket TIL blog
I recently upgraded my Mac to High Sierra and got this gross message when I tried to use Git:
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
My machine was expecting Git to be implemented as an Xcode command line tool. To fix the problem, I simply installed Xcode.
xcode-select --install
Photo by Jonny Caspari on Unsplash