I'm trying to install FirebaseFirestore via CocoaPods in my iOS project, but I'm encountering an error.
cd ios
pod install
But I get the following error:
Analyzing dependencies
Pre-downloading: FirebaseFirestore from https://github.com/invertase/firestore-ios-sdk-frameworks.git, tag 8.9.0
[!] Error installing FirebaseFirestore [!] Failed to download 'FirebaseFirestore': [!] /usr/local/bin/git clone https://github.com/invertase/firestore-ios-sdk-frameworks.git /var/folders/z1/04dt8mk50cd6bfbcmkl7ms880000gn/T/d20231214-7337-182dc50 --template= --single-branch --depth 1 --branch 8.9.0
Cloning in «/var/folders/z1/04dt8mk50cd6bfbcmkl7ms880000gn/T/d20231214-7337-182dc50»... error: RPC failed; curl 18 HTTP/2 stream 5 was reset error: 4613 bytes of body are still expected fetch-pack: unexpected disconnect while reading sideband packet fatal: abrupt end of file fatal: fetch-pack: invalid index-pack output
How can I fix it, can you please help me
