terminal - Cannot Install CocoaPods -


i having trouble installing cocoapods. when try sudo gem install cocoapods, gives me error saying error: error installing cocoapods: activesupport requires ruby version >= 2.2.2.

you can make work manually installing compatible activesupport first.

sudo gem install activesupport -v 4.2.6 sudo gem install cocoapods 

Comments

Popular posts from this blog

javascript - Why Selenium can't find an element that is graphically visible -

android - Basic camera in app -

scala - Using the kronecker product on complex matrices with scalaNLP breeze -