[🐛] 🔥 [iOS][Expo/SDK44] Generated RNFBApp/RNFBVersion.m uses old style react header imports #5965
Closed
2 of 7 tasks
Labels
impact: build-error
Behaviour causing build failure
platform: expo
platform: ios
plugin: app-core
Firebase Apps / Core internals.
type: bug
New bug report
Issue
This issue is very similar in nature to this PR: #5947
Since upgrade to Expo SDK 44 which enforces the usage of
#import <React/*.h>
header import style, I've found that the RNFBVersion.m that is generated in the RNFBApp Cocoapod as part of the build process uses the old style import, as seen in the screenshotChanging the import to
#import <React/RCTVersion.h>
manually resolves the build issue for me, but I reckon this has to be configured elsewhereMore information: expo/expo#15622 (comment)
Project Files
Javascript
Click To Expand
package.json
:iOS
Click To Expand
ios/Podfile
:Environment
Click To Expand
react-native info
output:react-native-firebase
version you're using that has this issue:Firebase
module(s) you're using that has the issue:TypeScript
?React Native Firebase
andInvertase
on Twitter for updates on the library.The text was updated successfully, but these errors were encountered: