早上更新cocoapod依赖库,发现更新到32.1版本,早先的29版本无法用了,便更新了一下,记录下来,下次更新省的打代码了。
Try uninstalling the gem first:先卸载原来的gem
[color=darkred]sudo gem uninstall cocoapods[/color]
Then install it again:再安装cocoapod
Then pod --version should show the newest.
你的pod就更新到最新版本了。
Try uninstalling the gem first:先卸载原来的gem
[color=darkred]sudo gem uninstall cocoapods[/color]
Then install it again:再安装cocoapod
sudo gem install cocoapods
Then pod --version should show the newest.
你的pod就更新到最新版本了。