본문 바로가기
MAC

M1 맥북 xcrun: error: active developer path (“/Applications/Xcode.app/Contents/Developer”) does not exist출처: https://warpgate3.tistory.com/entry/xcrun-error-active-developer-path-“ApplicationsXcodeappContentsDeveloper”-does-not-exist

by HyunS_ 2022. 7. 24.

맥북 터미널에서 brew list 명령어로 homebrew 목록을 확인해보려 했는데 아래와 같은 에러 메시지가 나왔습니다.

xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist
Use `sudo xcode-select --switch path/to/Xcode.app` to specify the Xcode that you wish to use for command line developer tools, or use `xcode-select --install` to install the standalone command line developer tools.
See `man xcode-select` for more details.

 

 

해결방법은 아래와 같습니다.

sudo xcode-select --reset

 

728x90

댓글