一、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

image.png
- 解決方法:
git config --global http.proxy
git config --global --unset http.proxy