IT
[Error] Mac Os 버전 업그레이드 이후 터미널에서 명령어 실행 시 오류 발생 건
열심히 정리하자!!
2021. 3. 28. 23:48
반응형
1. 오류 메시지
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools),
missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
2. 해결방법
터미널에서 아래 명령어 입력
xcode-select --install
아래와 같이 메시지가 표시되고 설치 팝업이 표시된다.
xcode-select: note: install requested for command line developer tools
반응형