-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Cloud Firestore] doesn't work with IOS (get stuck on pod install gRPC-Core) #2533
Comments
Hi @yuriGett |
Hi @TahaTesser just tried on a new project and facing the same issue.. |
same here, any solution? |
any solutions? |
After couple hours of pod installation, it finally worked. I guess we have to be very very patient... |
My solution was to download the Pod |
the cloning of the repositories when installing
|
Okay got it to work by downgrading to an older version and now being able to build. But I am getting build times like |
Facing same issue. @KrystofM which version did you use. |
I was having the same issue on a new project. But after getting stuck on gRPC-Core install I waited around 5-10 minutes and then it proceed with pod install. Probably it's a server issue. |
IT WORKED LOL. BUT IT ONLY TOOK 69.7 MINUTES :D Imagine 1hr and 9 minutes for a single POD install. They need to fix it!! |
I had a similar issue where
This issue led me in the right direction: grpc/grpc#16821 |
I had the same issue and this article helped. |
Hey all, as part of our on-going work for #2582, the project structure/setup for iOS & MacOS in our Firebase Firestore rework (#2913) has been improved which should help with this along with using the new pre-compiled Firestore binaries to improve build times. The rework has now been merged into master. We'll look at publishing some prereleases in the next few days. Thank you |
Describe the bug
The issue is that the pod install process gets stuck on Installing gRPC-Core (1.28.0)
I have tried to isolate the problem and found out that
cloud_firestore: ^0.13.5
is the problemTo Reproduce
Steps to reproduce the behavior:
flutter run
Running pod install...
pod install
got stuck onInstalling gRPC-Core (1.28.0)
Expected behavior
To run the project with the firebase plugin
Additional context
This the
pubscpec.yaml
Podfile:
Flutter doctor
Run
flutter doctor
and paste the output below:Already tried:
flutter pub cache repair
andpod install
pod update Firebase/Firestore
The text was updated successfully, but these errors were encountered: