개발하다 가장 화나는 순간이 언제인 지 아시나요?

 

남이 개발한 스파게티 소스 읽기?

촉박한 일정에 맞춰서 개발하기? 

 

물론 짜증나지만 아닙니다.

 

정답은

 

아주 쉬운 에러가 해결이 안될때

 

 

암튼 분명 cocoapod을 다운로드받고 설치 완료떴는데도 거지같은 맥이 pod 명령어 못알아 처먹을때 해결방법

 

 

https://stackoverflow.com/questions/73566730/how-to-resolve-error-command-not-found-pod-despite-cocoapods-successful-insta

 

How to resolve error "command not found: pod" despite cocoapods successful install?

I have run sudo gem install cocoapods. Lots of gems installed and no error shown. But despite that, when I run pod setup, I keep getting error "command not found: pod". I tried rerun the

stackoverflow.com

 

 

바쁜 당신을 위해 (될지 안될지 모르는) 3줄요약 

왜 될지 안될지 모르냐면 저는 해결을 위해 루비를 설치하고 지우고 brew를 통해서 다시 설치했기 때문 

암튼

 

 

1. brew 설치를 해보세요

2. 다음 코드를 적어보세요

brew link cocoapods

3. 위의 명령어도 안되면 이걸 적어보세요

brew link --overwrite cocoapods

 

그래도 안되면 파이팅!

+ Recent posts