react-native couldn't find DSO to load: libjscexecutor.so

发布于 2022-09-12 03:08:34 字数 767 浏览 11 评论 0

错误信息:

2020-06-09 00:06:12.173 29498-29498/? E/com.example: Unknown bits set in runtime_flags: 0x8000
2020-06-09 00:06:12.537 29498-29498/com.example E/SoLoader: couldn't find DSO to load: libjscexecutor.so caused by: dlopen failed: library "libjsc.so" not found result: 0
2020-06-09 00:06:13.724 29498-29555/com.example A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 in tid 29555 (mqt_js), pid 29498 (com.example)

重现步骤:

react-native init example

启用 enableHermes

project.ext.react = [
    enableHermes: true,  // clean and rebuild if changing
]
"react-native": "0.62.2"

请问这是为什么呢? 有大佬开启 enableHermes 成功的吗?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文