Notice
Recent Posts
Recent Comments
Link
«   2025/01   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Tags
more
Archives
Today
Total
관리 메뉴

Wook No.1

[에러] xcrun: error: invalid active developer path 본문

ETC

[에러] xcrun: error: invalid active developer path

Wook No.1 2022. 5. 27. 10:49

맥북을 바꾸고 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