OS X El Capitan 설치 후 커맨드라인 툴이 동작하지 않아 재 설치가 필요하다. 원래 계속 사용해왔는데 이상하게 업그레이드 후 설정이 틀어진건지 동작하지 않았다.
Xcode를 전부 설치하지 않고도 다음과 같은 방법으로 command line tool만 다시 설치가 가능하다.
$ gcc xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun $ xcode-select --install xcode-select: note: install requested for command line developer tools
위와 같이 xcode-select –install을 입력하면 Command Line Tool을 설치하겠냐고 물어온다. 설치를 클릭하면 바로 설치가 된다. 이후 gcc 커맨드를 쳐 보면 동작하는 것을 확인할 수 있다.