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..
- uninstall cocoapods
$ sudo gem uninstall cocoapods - uninstall xcodeproj
$ sudo gem uninstall xcodeproj - install xcodeproj
$ sudo gem install xcodeproj - install cocoapods
$ sudo gem install cocoapods
run pod --version verify worked or not.
now cocoa pods updating successfully.
Comments
Post a Comment