I installed pod
some time ago. However, it\'s stopped working so I\'m working through this again.
However, I almost immediately run into a problem here:
it happens to me when I wrote
gem install cocoapods
instead of
sudo gem install cocoapods
if sudo command is not found also, write
export PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:$PATH
before sudo command
Install pod sudo gem install cocoapods
Navigate inside platforms/ios cd platforms/ios
Run pod install
We were using an incompatible version of Ruby inside of Terminal (Mac), but once we used RVM to switch to Ruby 2.1.2, Cocoapods came back.