snippetrubyCritical
How to downgrade or install an older version of Cocoapods
Viewed 0 times
howcocoapodsolderinstalldowngradeversion
Problem
How can I downgrade Cocoapods to an older version, or how can I install an older version of Cocoapods?
Solution
to remove your current version you could just run:
you can install a specific version of cocoa pods via the following command:
You can use older installed versions with following command:
sudo gem uninstall cocoapodsyou can install a specific version of cocoa pods via the following command:
sudo gem install cocoapods -v 0.25.0You can use older installed versions with following command:
pod _0.25.0_ setupCode Snippets
sudo gem uninstall cocoapodssudo gem install cocoapods -v 0.25.0pod _0.25.0_ setupContext
Stack Overflow Q#20487849, score: 937
Revisions (0)
No revisions yet.