update cocapods

早上更新cocoapod依赖库,发现更新到32.1版本,早先的29版本无法用了,便更新了一下,记录下来,下次更新省的打代码了。

Try uninstalling the gem first:先卸载原来的gem

sudo gem uninstall cocoapods
Then install it again:再安装cocoapod

sudo gem install cocoapods

Then pod --version should show the newest.
你的pod就更新到最新版本了。

你可能感兴趣的:(update)