`FirebaseAuth/FirebaseAuth-Swift.h' file not found #8752
Replies: 1 comment 2 replies
-
|
So, skip a mandatory step, get an error Please carefully go over the installation docs again, or you can see a from-scratch demo here https://github.com/mikehardy/rnfbdemo/blob/main/make-demo.sh |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
I am encountering an issue while integrating Firebase Authentication into my React Native iOS project. The build fails with the following error
I have already tried the recommended solutions, including adding use_frameworks! :linkage => :static to my Podfile, but the issue persists.
Podfile
Environment:
What I Have Tried:
✅ Added use_frameworks! :linkage => :static in Podfile
If I use the use_frameworks! :linkage => :static in Podfile the following Error occurs
If I don't use the use_frameworks! :linkage => :static in Podfile then the `FirebaseAuth/FirebaseAuth-Swift.h' file not found that issue occurs
Beta Was this translation helpful? Give feedback.
All reactions