Getting Error - 'React/RCTFabricSurfaceHostingProxyRootView.h' file not found on React Native 0.74.5 #233
Replies: 1 comment
-
Please open an issue here: and make sure to provide a reproducer. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I get this error after upgrading to RN 0.74.5 and enabling the new architecture.
Read through this facebook/react-native@33e0521#diff-e358c37a21b2125a2756aa69329f878b208537770e971dac49651652d67ef218R139 and
this file is present in my node-modules
Xcode 16
I have realm as a static framework and is added by SPM. Realm version - 10.54.0
Also, I am using Firebase which might have caused this issue.
These files are present in Podfile
pod 'Firebase/Analytics' pod 'Firebase/Crashlytics' pod 'FirebaseRemoteConfig'
# Apply modular headers to their key dependencies pod 'FirebaseCore', :modular_headers => true pod 'FirebaseInstallations', :modular_headers => true pod 'GoogleUtilities', :modular_headers => true pod 'GoogleDataTransport', :modular_headers => true pod 'nanopb', :modular_headers => true pod 'FirebaseABTesting', :modular_headers => true pod 'FirebaseCoreExtension', :modular_headers => true
Beta Was this translation helpful? Give feedback.
All reactions