Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- COCOAPODS : uninstall and install
- This is what perfectly work for me.
- 1. Uninstall CocoaPods (choose to uninstall all versions):
- sudo gem uninstall cocoapods
- 2. Remove old master repo:
- sudo rm -fr ~/.cocoapods/repos/master
- 3. Install CocoaPods with sudo:
- sudo gem install cocoa pod
- 4. Setup CocoaPods and Master repo:
- pod setup
Advertisement
Add Comment
Please, Sign In to add comment