Post

xcrun: error: invalid active developer path 해결하기

macOS 를 Monterey 에서 Ventura 로 업데이트 후 터미널에서 git clone 명령어를 실행하려니 오류가 발생했다.

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

​ OS 업데이트 후 CommandLineTools 를 찾지 못하는 오류로 터미널에 아래 명령어를 입력 후 실행하면 해결된다.

1
xcode-select --install
This post is licensed under CC BY 4.0 by the author.