Skip to content

Instantly share code, notes, and snippets.

@anil826
Created June 10, 2016 06:00
Show Gist options
  • Save anil826/8fc93b1db32fa2a8e4d7d409b41a35b9 to your computer and use it in GitHub Desktop.
Save anil826/8fc93b1db32fa2a8e4d7d409b41a35b9 to your computer and use it in GitHub Desktop.
change pod version
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment