macOS 업데이트를 하면 항상 이런저런 프로그램에서 에러가 발생하네요.
이번에 ‘High Sierra’로 업데이트 후 git
명령이 동작하지 않아 적잖이 당황했습니다.git --version
을 입력하면 아래와 같이 나옵니다.
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
이럴 경우 ‘XCode’를 재설치하거나, 아래와 같이 ‘XCode’s Command line tools’만 재설치 시 문제가 해결됩니다.
$ xcode-select --install
Remember, in MAC git is attached to XCode’s Command line tools.