Can't upgrade cocoapods from 1.0.0 to 1.0.1 -


$ gem update cocoapods

updating installed gems

nothing update

$ pod --version

1.0.0

==========================================

$ gem install cocoapods

successfully installed cocoapods-1.0.1

parsing documentation cocoapods-1.0.1

done installing documentation cocoapods after 3 seconds

1 gem installed

$ pod --version

1.0.0

how can upgrade 1.0.1?

=======

i think problem installed 2 cocoapods via sudo gem install cocoapods , gem install cocoapods
remove of them , install again, version correct now.

you can upgrade cocoapods run following cmd:

  • upgrade latest version running gem update cocoapods

  • upgrade spec version running gem install cocoapods -v 1.0.1


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -