一、pod init 报错
- 解决方法:可以通过Project-format修改为Xcode 13.0
- 参考链接地址:
https://blog.csdn.net/weixin_36162680/article/details/126959349
二、pod install 报错信息:unable to access 'https://github.com/CocoaPods/pod-template.git/': error:02FFF036:system library:func(4095):Connection reset by peer
- 解决方法:
git config --global http.proxy
git config --global --unset http.proxy