-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use_frameworks does not work with RCT_NEW_ARCH_ENABLED=1 when running yarn ios #34123
Comments
I'm facing the exact same issue. Adapting this workaround for my Note: I don't have fabric enabled.
|
That doesn't apply to the New Architecture. Support for |
@cortinico I understand it does not apply to New Architecture. But will/should it support in the future? |
Yes, it's something we would like to support in the future but we don't have an ETA at the moment |
@cortinico Could you please tell, Is this fixed in 0.70.6? getting same error in 0.70.6 Output of npx react-native info |
Is this commit going to fix this issue? |
arrived here from https://github.com/invertase/react-native-firebase which is a pretty popular library that's also requiring use_frameworks! and so not compatible with the new RN architecture atm. |
seems correct haha |
@cortinico is it possible to reopen this issue if you believe it is going to be prioritized in the near future? This is a blocker for all people that use react-native-firebase, one of the more popular packages in react-native. It's also a blocker for folks that use Do you think it will be available in React Native 72? Thank you! |
Yes this will be available in 0.72. More on this here: |
Description
As 0.69.1 claims use_frameworks is fixed. So I have
use_frameworks!
in my podfile and I commented outuse_flipper!()
. Then I run RCT_NEW_ARCH_ENABLED=1 bundle exec pod install. The installation was successful but the build was failed. Here are the messagesVersion
0.69.1
Output of
npx react-native info
Steps to reproduce
npx react-native init RN0691 --template react-native-template-typescript
use_frameworks!
in theios/Podfile
use_flipper!()
RCT_NEW_ARCH_ENABLED=1 bundle exec pod install
yarn ios
Snack, code example, screenshot, or link to a repository
N/A
The text was updated successfully, but these errors were encountered: