Module 'cloud_firestore' not found in GeneratedPluginRegistrant.h #8409
Unanswered
faustokeiluhu
asked this question in
Q&A
Replies: 1 comment
-
Did anyone solve this bug? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys, I'm developing a project with flutter and I was trying to connect my app to the Cloud Firestore service that Firebase has.
I'm using VSCode as my primary IDE, but since I encountered this error when trying to build from terminal, I tried to build on xcode.
I use Xcode 12.5.1 and my machine is Macbook Pro 13 M1 Chip
I open XCode using Rosetta... I fI open Xcode without rosetta, the error is going to be Firebase Core module could not be found. So I tried opening using Rosetta.
Upon compiling the project, i've encountered this error : Module 'cloud_firestore' not found and it was labeled as a parse issue

I've tried several things
use_frameworks! :linkage => :static
in my podfileBut all seems to produce the same error.
Here's my Build log

Here's my

flutter doctor -v
resultHere's my podfile

Does anyone has an idea why is this happening?
I've spent days trying to figure this out but not able to resolve anything.
Thank you in advance 🙏🏻
Beta Was this translation helpful? Give feedback.
All reactions