-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to update the CocoaPods version? #21
Comments
Run |
Ended up with removing |
$ which pod
Here is my result. all is 0.28.0, but the plugin show 0.23.0, and it use 0.23.0 not 0.28.0 |
Could you check which output you get from both versions if you call "pod ipc repl"? |
Here is the result, all is 0.28.0 $ pod ipc repl $ /Users/XXX/.rvm/gems/ruby-1.9.3-p448/bin/pod ipc repl $ /usr/bin/pod ipc repl |
That's strange. The plugin calls this command under the hood. So I cannot imagine why it says 0.23.0. |
After restart the system, it's show normal. |
When I use this plugin, I see the cocoapods version is 0.23.0 from the menu, but my command line is 0.28.0, so how to update it to 0.28.0?
The text was updated successfully, but these errors were encountered: