본문 바로가기

공부/콤퓨타

MacOS xcrun error

728x90
반응형

 

 

git 버전을 체크하려고 커맨드를 날리니 에러가 발생했다

아 MacOS 업데이트를 했었구나.. 주로 업데이트를 할 경우 발생하고 있다

missing xcrun 관련 에러인데 CommandLineTools를 식별하지 못해 발생한 문제라고 한다

 

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

 

 

 

해결은 xcode-select 명령으로 CommandLineTools(command line developer tools)를 설치하여 문제를 해결할 수 있다

 

xcode-select --install

 

 

 

약 2~3분 지나면 소프트웨어 설치가 완료된다

 

 

 

 

소프트웨어 설치 후 git 명령어 검색하니 잘 된다

 

 

 

 

 

 

 

- 23.02.01 missing xcrun 확인 -

 

 

 

728x90
반응형

'공부 > 콤퓨타' 카테고리의 다른 글

Stable Diffusion  (28) 2023.03.08
레오폴드 FC660MBT PD 코랄 블루 영문(갈축)  (12) 2023.02.25
HashiCorp Strategy Day  (12) 2022.07.21
aws-vault  (8) 2022.07.14
modular blockchain  (12) 2022.07.04