报错信息:
[!] Error installing GoogleUtilities
[!] /usr/local/bin/git clone https://github.com/firebase/firebase-ios-sdk.git /var/folders/9p/1wg7rp9s4kd4j44zh99jkrj80000gn/T/d20210308-24675-1pwpl38 --template= --single-branch --depth 1 --branch Utilities-6.7.2
Cloning into '/var/folders/9p/1wg7rp9s4kd4j44zh99jkrj80000gn/T/d20210308-24675-1pwpl38'...
fatal: unable to access 'https://github.com/firebase/firebase-ios-sdk.git/': LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
解决方式1
git config --global http.postBuffer 4194304000
解决方式2
- 确定gem 版本
sudo gem update —system
- 确定pod :
pod update
(更新项目podfile) - 重新pod :
pod repo update
- 安装:
pod setup
- 再次install:
pod install