Below are the basic steps for changing the version of pod in MAC EI captain
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. gem uninstall cocoapods | |
2. rvm get stable --auto-dotfiles | |
3. rvm use ruby-2.1.2 | |
4. rvm osx-ssl-certs update all | |
5. rvm rubygems latest | |
6. sudo gem sources -r https://rubygems.org/ | |
7. sudo gem sources -a http://rubygems.org/ | |
8. gem install cocoapods -v 1.0.0.beta.1 --pre -V |
No comments:
Post a Comment