mac zsh

22.07.17 Xcode 빌드 안될 때

슈팅스타제제 2022. 7. 17. 12:55

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

 

Xcode 13.3 spits "Requested but di… | Apple Developer Forums

MrtnFbg's answer inspired me to read more about redirections of streams. So I read about Linux STDOUT STDERR. In this specific case when I run this command, there is an output and there are some errors. Since I ran this command on terminal and on terminal

developer.apple.com

 

'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