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