pod install 이 제대로 안된 경우,
arch -x86_64 pod install --repo-update
Xcode command line tools 를 지우고 다시 설치!
이 작업은 Xcode command line tools 를 다시 설치하는 시간이 오래 걸리므로 주의하세용!
sudo rm -rf /Library/Developer/CommandLineTools
xcode-select --install
sudo xcode-select -s /Library/Developer/CommandLineTools
참고자료
https://developer.apple.com/forums/thread/703823
'mac zsh' 카테고리의 다른 글
23.01.24 wireless debug mode (0) | 2023.01.24 |
---|---|
22.05.24 node 버전 변경 (0) | 2022.05.24 |
22.05.08 [터미널] 포트 죽이기 (0) | 2022.05.08 |
22.04.06 접속 끊어도 서버 죽지 않게 (0) | 2022.04.06 |
21.12.27 [DBeaver] 실행 권한 오류 (0) | 2021.12.27 |