Iam trying to install cocoa pods in a xcode project, but when doing:
$ pod install
I get the following error:
Setting up Co
I had the same issue. I tried
sudo gem uninstall cocoapods
and then
sudo gem install cocoapods
but it wasn't working. It finally worked when I restarted Terminal after the uninstall. Then the install worked.