I'm trying to install Cocoapods using the following command on my Mac:
sudo gem install cocoapods
But I'm getting the following error:
ERROR: While executing gem ... (Gem::FilePermissionError)
You don't have write permissions for the /usr/bin directory.
Really doesn't make sense as I'm doing is via sudo as the root user. Any help will be appreciated!
I'm using gem version 2.7.7 (latest as of today).
pod update
info message that says, "CocoaPods 1.10.0 is available. To update use:sudo gem install cocoapods
" is incorrect? Is that the root cause of the confusion? – Heartache