iphone - Not able to install or update cocoa pods after updating xcode 6 -


i have updated xcode 6. after not able update pod using terminal. when trying pod update "pod update", terminal stuck & not updating it. please check below image. trying update pods.

i have solved doing below steps..

  1. uninstall cocoapods
    $ sudo gem uninstall cocoapods
  2. uninstall xcodeproj
    $ sudo gem uninstall xcodeproj
  3. install xcodeproj
    $ sudo gem install xcodeproj
  4. install cocoapods
    $ sudo gem install cocoapods

run pod --version verify worked or not.

now cocoa pods updating successfully.


Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -