-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Description
Description
I'm trying to install @react-native-firebase/firestore, but the installation consistently fails when CocoaPods tries to install BoringSSL-GRPC (0.0.37).
It gets stuck during the Git clone operation with the following error:
Downloading dependencies
Installing BoringSSL-GRPC (0.0.37)
[!] Error installing BoringSSL-GRPC
[!] /usr/bin/git clone https://github.com/google/boringssl.git /var/folders/m0/v9n1zbh52s136_9vx6x6ffl80000gp/T/d20250411-48533-1hmnvc2 --template=
Cloning into '/var/folders/m0/v9n1zbh52s136_9vx6x6ffl80000gp/T/d20250411-48533-1hmnvc2'...
error: RPC failed; curl 56 Recv failure: Connection reset by peer
error: 1759 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
Steps Tried
pod cache clean --all- Deleted
Pods,Podfile.lock
Package.json
"dependencies": {
"@react-native-firebase/analytics": "21.13.0",
"@react-native-firebase/app": "21.13.0",
"@react-native-firebase/crashlytics": "21.13.0",
"@react-native-firebase/firestore": "21.13.0",
"@react-native-firebase/remote-config": "21.13.0",
"react": "19.0.0",
"react-native": "0.79.0"
},