podfile: pod 'AliyunOSSiOS'
终端:pod install
Error:
-
解决方法:
- 可以在终端输入(取消代理)
git config --global --unset http.proxy
git config --global --unset https.proxy
-
还是不好使的话,终端cd对应的podfile文件夹那里
1.确定gem 版本sudo gem update —system
2.确定pod : pod update (更新项目podfile)
3.重新pod : pod repo update --verbose
4.安装: pod setup
5.再次install: pod install