Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.6k views
in Technique[技术] by (71.8m points)

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

错误信息:

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 成功的吗?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...