React Native Build Issues

42 阅读1分钟

boost

Flipper

This is what is currently working for me to use react-native-firebase:17.4.3 and react-native:0.71.7 with Hermes and Flipper enabled. Replace:

use_frameworks! :linkage => :static with:

pod 'FirebaseCore', :modular_headers => true pod 'FirebaseCoreExtension', :modular_headers => true pod 'FirebaseInstallations', :modular_headers => true pod 'GoogleDataTransport', :modular_headers => true pod 'GoogleUtilities', :modular_headers => true pod 'nanopb', :modular_headers => true Keep this line below the changes:

$RNFirebaseAsStaticFramework = true Hopefully Flipper becomes compatible with use_frameworks in the future , but this works in the meantime.

property or func not found

The solution to this error.....

github.com/facebook/re…

update...

1- from project navigator search about ==> FlipperTransportTypes

2- add this import ==> #include "functional"

3- save file and run again

Undefined symbols

post_install do |installer| installer.pods_project.build_configurations.each do |config| config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64" end end