objective c - Cannot install cocoapods 0.29 -
i install cocoapods 0.29, , after attempting run pod setup, claims must install 0.29.
can please explain me??
successfully installed cocoapods-0.29.0 parsing documentation cocoapods-0.29.0 1 gem installed bash-3.2$ pod setup setting cocoapods master repo up-to-date. [!] `master` repo requires cocoapods 0.29.0 - update cocoapods, or checkout appropriate tag in repo.
update:
after updating cocoapods, able run pod setup, still getting error 0.29 not being installed: (and also, when running pod --version, says i'm on 0.22.3???)
bash-3.2$ sudo gem update cocoapods updating installed gems nothing update bash-3.2$ sudo pod setup setting cocoapods master repo up-to-date. setup completed (read-only access) bash-3.2$ pod install setting cocoapods master repo up-to-date. [!] `master` repo requires cocoapods 0.29.0 - update cocoapods, or checkout appropriate tag in repo. /users/me/.rvm/gems/ruby-2.0.0-p247/gems/claide-0.3.2/lib/claide/command.rb:210:in `rescue in run': undefined method `verbose?' nil:nilclass (nomethoderror) bash-3.2$ pod --version 0.22.3
navigate file , delete it
/users/me/.rvm/gems/ruby-2.0.0-p247/gems/claide-0.3.2/lib/claide
then open ur terminal add
sudo gem update
its worked me 100%
Comments
Post a Comment