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

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -