프로그래밍/기타

git error xcrun error: invalid active developer path (/Applications/Xcode.app/Contents/Developer) 해결방법

0job 2023. 1. 16. 15:13
반응형

많은 블로그 글에서 단순히 1번 install만 하면 된다고 되어있지만

 

1번에서 안되면 2, 3번도 실행해야 된다.

 

 

1. terminal 에서

xcode-select --install

 

 

2. sudo xcode-select --reset

 

3. sudo xcode-select --switch /Library/Developer/CommandLineTools

반응형