I want to install cocoapods on MacOS to run the pod command. But on doing
sudo gem install cocoa-pods
I get the following:
Bui
I think the most reliable solution is to use:
brew install cocoapods
Which should resolve missing / corrupted dependencies on its own.
PS: This obviously involves installing brew, but I am willing to bet you already have it in your system.
brew