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 -

mongodb - Multiple $and with multiple $or in $match mongoose -

file - Python: AttributeError: 'str' object has no attribute 'readlines' -