mac 업데이트 후git 사용 불가

3560 단어 기타

업데이트 후 오류 발생


오류 프롬프트는 다음과 같습니다.
dyld: Library not loaded: @rpath/libswiftCore.dylib
  Referenced from: /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild
  Reason: image not found
git: error: unable to locate xcodebuild, please make sure the path to the Xcode folder is set correctly!
git: error: You can set the path to the Xcode folder using /usr/bin/xcode-select -switch

솔루션 찾기


인터넷에서 다음 명령을 입력했습니다.
sudo xcode-select --switch /Library/Developer/CommandLineTools/

여전히 오류 보고:
xcode-select: error: invalid developer directory '/Library/Developer/CommandLineTools/'

xcode-select 설치
xcode-select --install

알림에 따라 xcode-select를 설치하고 다음 명령을 다시 실행합니다
sudo xcode-select --switch /Library/Developer/CommandLineTools/

실행 완료 후 오류 없음, ok

다른 잘못을 보고하다

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

같은 xcode-select--install 설치, 설치 후 ok

좋은 웹페이지 즐겨찾기