-
Notifications
You must be signed in to change notification settings - Fork 48
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
Include of non-modular header inside framework module FirebaseCoreExtension.FIRAppInternal #100
Comments
I tried the solution explained here:
(If you already have a After this, I can install the pods etc. successfully but I get lots of errors during build, including Complete error log
The errors look similar to the errors described here, but the solution described in that thread (Deleting the |
same issue here |
I was facing similar issue, seems to solved by moving And you shouldn't need anything between this: |
I'm sorry, I'm not sure what is wrong with your setup, it works perfectly well in FlutterFire testing environment & example app. I'd try and write a question on StackOverflow and see if you can get some help there. |
I'm using FlutterFire version 1.0.0 on macOS 14.0 with cocoapods 1.15.2 and when I include this using:
Running
pod install
etc. works, but when runningflutter run
, this error appears:I've done
pod deintegrate && pod update && pod install
to make sure my specs are up to date.My Podfile looks like this:
Without the last line, everything works fine and I can build the app.
When I add it, it throws some errors which I fixed by adding these three lines:
But the non-modular include error stays. How can I fix this?
The text was updated successfully, but these errors were encountered: