-
Notifications
You must be signed in to change notification settings - Fork 69
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
RUNTIMEEXECUTOR_LIB set to NOTFOUND #149
Comments
In case this is also useful information:
|
Minimal reproduction here: https://github.com/gmaclennan/RnTest_0_66_5 |
Update: I get the same issue with react-native@0.67.5 and react-native-v8@1.5.2 Repo: https://github.com/gmaclennan/RnTest_0_66_5/tree/react-native%400.67.5 |
sorry for the breaking change. just notice the runtimeexecutor was not a shared library until react-native 0.68. will have a fix this week. |
# Why fix #149 # How runtimexecutor is a shared library after rn 0.68. for 0.66 and 0.67, reactnativejni includes the symbols. # Test Plan add 0.66 and 0.67 to ci testing
react-native-v8@1.6.0 includes #154 and should fix the problem for you. thanks for reporting this issue. |
I am using react-native v0.66.5. I just updated to react-native-v8@1.5.2 from react-native-v8@0.66.3-patch.1 (because I was getting a v8 runtime error the update from react-native v0.66.4 to v0.66.5).
I am now getting a build error from gradle:
Google searches seem to return nothing for
RUNTIMEEXECUTOR_LIB
, so I'm not sure where to go next.The text was updated successfully, but these errors were encountered: