-
I just integrated react-native-firebase into my react native app. I follow the instruction at https://rnfirebase.io/. This is my podfile
I feel like I've implemented this correctly, yet whenever I pod install --repo-update, I still run into the error while building: 'FlipperKit/FlipperClient.h' file not found. I've been searching the web for a couple of days now with no progress. If anyone could help I would really appreciate it! |
Beta Was this translation helpful? Give feedback.
Answered by
mikehardy
Dec 24, 2022
Replies: 1 comment
-
Flipper is not compatible with use_frameworks, no way around it. This is documented in the install notes. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mikehardy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Flipper is not compatible with use_frameworks, no way around it. This is documented in the install notes.