개발 이야기/IntelliJ

IntelliJ 에러(Version Control with High Sierra)

마이달리아 2017. 9. 29. 13:17

17년 9월 26일 시에라에서 하이시에라로 업데이트를 진행했다.


업데이트를 하고 IntelliJ를 실행했더니 Version Control에서 다음과 같은 에러가 발생했다.


xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun


검색해보니 XCode를 재설치하거나 XCode Command Line Tool 를 설치하면 된다고 한다.


터미널에서 다음과 같이 설치 및 버전 확인이 가능하다.


$ xcode-select —install


$ xcode-select -v

xcode-select version 2349. 






참고

http://redutan.github.io/2015/10/05/osx-after-update-git-error