Xcode (swift)の中でFirebaseをインストールしている途中ターミナルでのエラー
ターミナル内でのエラー↓
[!] Error installing BoringSSL-GRPC
[!] /usr/bin/git clone https://github.com/google/boringssl.git /var/folders/lm/lk98f60n6dx2wrd9lj91bm1h0000gn/T/d20200512-7761-1aah47j --template=
Cloning into '/var/folders/lm/lk98f60n6dx2wrd9lj91bm1h0000gn/T/d20200512-7761-1aah47j'...
error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
自分で解決した方法
x-cailar@nonohohndanoMBP LoginWithFirebaseApp % git config --global postBuffer 4M
[git config --global postBuffer 4M]
を入れる
↓結果
error: key does not contain a section: postBuffer
と表示される
そのまま
↓
x-cailar@nonohohndanoMBP LoginWithFirebaseApp % cd /Users/x-cailar/Desktop/LoginWithFirebaseApp
x-cailar@nonohohndanoMBP LoginWithFirebaseApp % pod update
もう一回updateしてみる↓結果
Updating local specs repositories
Analyzing dependencies
Downloading dependencies
Installing BoringSSL-GRPC (0.0.7)
Installing Firebase 6.24.0
Installing FirebaseAuth (6.5.3)
Installing FirebaseAuthInterop (1.1.0)
Installing FirebaseFirestore (1.13.0)
Installing GTMSessionFetcher (1.4.0)
Installing abseil (0.20200225.0)
Installing gRPC-C++ (1.28.0)
Installing gRPC-Core (1.28.0)
x-cailar@nonohohndanoMBP LoginWithFirebaseApp % cd /Users/x-cailar/Desktop/LoginWithFirebaseApp
これは解決しているのか、していないのか分からないので教えていただけますか?
あなたの回答
tips
プレビュー