Can someone help me with this "zsh: command not found: pod". I bought a new mac and I copy my xcode project to my new Mac, and when I try to instal pods, this is the message in terminal.
Asked
Active
Viewed 2,234 times
2
-
Does this answer your question? [how to fix "-bash: pod: command not found" error](https://stackoverflow.com/questions/44528879/how-to-fix-bash-pod-command-not-found-error) – udbhateja Apr 21 '21 at 09:30
-
Thank you but this not fix my problem, I tired. – BetYx Apr 21 '21 at 09:38
1 Answers
2
You can try below command on your terminal
brew install cocoapods
For more details refer another post pod install -bash: pod: command not found

maruti060385
- 707
- 8
- 11