Install old cocoapods?

大兔子大兔子 提交于 2019-12-03 03:32:52

Step 1 Run sudo gem install cocoapods -v 0.39.0, this will install the version you want.

Step 2 Run sudo gem list, which will give you a list of all the gems you have installed as well as their version; you'll note that you have multiple versions of cocoapods installed.

Step 3 Uninstall the version(s) you don't want with sudo gem uninstall cocoapods -v 1.0.

Step 4 Confirm you are now running the correct version of cocoapods with pod --version.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!