79715846

Date: 2025-07-26 16:52:00
Score: 1.5
Natty:
Report link

0

Open the file ./ios/Podfile And add these lines inside your targets (right before the use_react_native line in current react-native:

use_frameworks! :linkage => :static $RNFirebaseAsStaticFramework = true Also, if you have flipper_configuration Then, commented it out, disable flipper at all.

If it still does not work, check all iOS setup steps carefully from the official doc, https://rnfirebase.io/#configure-firebase-with-ios-credentials-react-native--077

Check below podfile: try it once.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Gregory Williams