Wook No.1
[에러] xcrun: error: invalid active developer path 본문
맥북을 바꾸고 OS를 업데이를 하고 터미널에서 git을 사용하려고 했더니
xcrun: error: invalid active developer path... 관련 에러가 발생했다.
대부분 xcode install를 해주면 끝이난다.
xcode-select --install
혹시 아래와 같은 에러가 발생하면
xcode-select: error: command line tools are already installed, use "Software Update" to install updates
CommandLineTools 디렉토리를 날리고 다시 설치하면 된다.
sudo rm -rf /Library/Developer/CommandLineTools‘
sudo xcode-select --install
나는 이렇게 했는데도 xcrun: error: invalid active developer path... 에러가 발생했는데...
그본적인 문제는 xcode버전이 안맞아서 이슈였다ㅠ
xocde를 최신버전으로 다시 다운로드 받으니 바로 문제 해결되었다.
1. xcode 최신버전으로 다운로드 / 업데이트(AppStore에서는 왜 나는 설치가 안되는거야ㅠ 다운로드 페이지에서 설치)
2. sudo xcode-select --install
'ETC' 카테고리의 다른 글
M1 맥 Homebrew 설치 (0) | 2022.10.17 |
---|---|
SQLDeveloper 오류: Locale not recoginized (0) | 2022.05.25 |
Jenkins 구성(Mac OS) (0) | 2022.04.14 |
Jenkins 설치(Mac OS) (0) | 2022.04.14 |
안드로이드 디바이스 화면 미러링 (0) | 2022.04.14 |
Comments