Replies: 3 comments 1 reply
-
|
I should add the following: RN: 79.6 I am using static frameworks: $RNFirebaseAsStaticFramework = true |
Beta Was this translation helpful? Give feedback.
-
|
For those who might be facing a similar issue, I was able to find a solution, taking ideas from several sources. My solution was to add this to the Podfile: post_install do |installer| I apologize regarding the lack of indentation. For what it is worth, I pasted the text with indentation. |
Beta Was this translation helpful? Give feedback.
-
|
This looks like a dependency linking issue. Have you tried:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I upgraded to [email protected] and [email protected]. This works as expected for Android, but will not build on IOS.
Any ideas or suggestions?
Beta Was this translation helpful? Give feedback.
All reactions