-
Notifications
You must be signed in to change notification settings - Fork 650
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
Hermes iOS not building with use_frameworks! #548
Comments
I've the same issue |
From what I know for now: I'm not using useframeworks at all so I'm not sure what is the issue here. But I think working on compatibility with flipper could be nice. IIRC the issue is with RSocket |
use_frameworks!? |
Hello, any news for a fix ? We want to use Hermes but also need to keep Thanks! |
Seems to still be an issue in React Native 0.66 (get this error facebook/react-native#32451) |
Hi, |
Hello, Any updates about it? |
Hi, Thanks for bringing our attention to this. It turns out this is an RN issue, not a hermes one, so I'll close this bug. The RN team is currently investigating a fix for this. If you want more updates please open an issue on https://github.com/facebook/react-native. John Paul |
Bug Description
I have created a new project and trying to build it with Hermes enabled. When I try without
use_frameworks!
mentioned in podfile application builds fine. But after mentioninguse_frameworks!
I get the following error mentioned in the attached screenshot. Is there a way to build withuse_frameworks!
?gradle clean
and confirmed this bug does not occur with JSCHermes version:
React Native version (if any):
0.64.2
OS version (if any):
11.4 macOS Big Sur
Xcode version:
12.5.1
Steps To Reproduce
:hermes_enabled => true
use_frameworks!
under targetcode example:
The Expected Behavior
Successfully build with hermes enabled also with
use_frameworks!
The text was updated successfully, but these errors were encountered: