macOs - OS 업데이트 후 xcode, intelliJ git 등 오류 발생 시 솔루션

2020. 1. 2. 10:13 IDE Tool/IntelliJ IDEA
  • macOs High Sierra 업데이트 시 발생
  • macOs High Sierra 업데이트 시 발생
  • macOS Sierra 업데이트 시 발생
  • OS X El Capitan 업데이트 시 발생


언제나 처럼 먼저 업데이트하면 골치아픈 일이 많이 생기네요 ㅠ

그러던 중에 Xcode Command Line Tools 의존성 이슈가 발생하는 경우가 생겼다. git을 실행시키는데 아래와 같은 오류와 함께 실행이 되지 않는 케이스이다.

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

XCode를 재설치하면 해결되나 나와 같은 전체설치가 필요하지 않는 경우에는 Xcode Command Line Tools만 설치할 수 있다.

$ xcode-select --install

설치 후 2343 최신버전으로 확인된다.

$ xcode-select -v
xcode-select version 2343.

출처 : http://stackoverflow.com/questions/32893412/command-line-tools-not-working-os-x-el-capitan