-
Notifications
You must be signed in to change notification settings - Fork 585
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
couldn't find DSO to load: librealmreact.so caused by: dlopen failed: cannot locate symbol #3347
Comments
thanks for reporting, we will investigate this with high priority |
Thank you very much for your quick response. When will it be released? |
In general we don't comment on future releases and dates but as I said it will be treated with high priority |
resolved |
@hengkx Thank you for the report - we really appreciate it |
year and a half later, this is happening for me on the M1 architecture building a fresh install of react-native after trying to build a freshly cleaned android project any update? @blagoev |
@vorousjames Could you provide the build log? |
Goals
Expected Results
Actual Results
E/AndroidRuntime: FATAL EXCEPTION: create_react_context
Process: com.hengzwl.privacy, PID: 26709
java.lang.UnsatisfiedLinkError: couldn't find DSO to load: librealmreact.so caused by: dlopen failed: cannot locate symbol "_ZN5realm3app8AppUtils16check_for_errorsERKNS0_8ResponseE" referenced by "/data/app/~~GgWshyS60acp1mnzsu16Gw==/com.hengzwl.privacy-2-JN-jai49kaJKEMlhaYRA==/lib/x86/librealmreact.so"... result: 0
at com.facebook.soloader.SoLoader.doLoadLibraryBySoName(SoLoader.java:896)
at com.facebook.soloader.SoLoader.loadLibraryBySoNameImpl(SoLoader.java:725)
at com.facebook.soloader.SoLoader.loadLibraryBySoName(SoLoader.java:649)
at com.facebook.soloader.SoLoader.loadLibrary(SoLoader.java:629)
at com.facebook.soloader.SoLoader.loadLibrary(SoLoader.java:577)
at io.realm.react.RealmReactModule.(RealmReactModule.java:56)
at io.realm.react.RealmReactPackage.createNativeModules(RealmReactPackage.java:31)
at com.facebook.react.ReactPackageHelper.getNativeModuleIterator(ReactPackageHelper.java:42)
at com.facebook.react.NativeModuleRegistryBuilder.processPackage(NativeModuleRegistryBuilder.java:42)
at com.facebook.react.ReactInstanceManager.processPackage(ReactInstanceManager.java:1347)
at com.facebook.react.ReactInstanceManager.processPackages(ReactInstanceManager.java:1318)
at com.facebook.react.ReactInstanceManager.createReactContext(ReactInstanceManager.java:1225)
at com.facebook.react.ReactInstanceManager.access$1100(ReactInstanceManager.java:131)
at com.facebook.react.ReactInstanceManager$5.run(ReactInstanceManager.java:1016)
at java.lang.Thread.run(Thread.java:923)
Steps to Reproduce
Code Sample
Version of Realm and Tooling
The text was updated successfully, but these errors were encountered: