thieumao

COCOAPODS : uninstall and install

Jul 3rd, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. COCOAPODS : uninstall and install
  2.  
  3. This is what perfectly work for me.
  4.  
  5. 1. Uninstall CocoaPods (choose to uninstall all versions):
  6. sudo gem uninstall cocoapods
  7.  
  8. 2. Remove old master repo:
  9. sudo rm -fr ~/.cocoapods/repos/master
  10.  
  11. 3. Install CocoaPods with sudo:
  12. sudo gem install cocoa pod
  13.  
  14. 4. Setup CocoaPods and Master repo:
  15. pod setup
Advertisement
Add Comment
Please, Sign In to add comment