-
Notifications
You must be signed in to change notification settings - Fork 87
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
[realm_dart] [macOS] Failed to load dynamic library #664
Comments
Did you run |
No sorry, I installed the library I thought it was enough, it did the trick 👍 thank you |
It is only needed for Dart, for Flutter we hook into the build process. Good luck with you project. |
I see, we build flutter apps and our backend is in dart as well. |
Hm, |
Hi,
I get the error below when trying to run realm on macOS with dart 2.17.1
I tried to find where can I get this binaries but no luck.
Invalid argument(s): Failed to load dynamic library '/Users/username/Documents/GitHub/services/realm_project/binary/macos/librealm_dart.dylib': dlopen(/Users/username/Documents/GitHub/services/realm_project/binary/macos/librealm_dart.dylib, 0x0001): tried: '/Users/username/Documents/GitHub/services/realm_project/binary/macos/librealm_dart.dylib' (no such file)
#0 _open (dart:ffi-patch/ffi_dynamic_library_patch.dart:12:43)
#1 new DynamicLibrary.open (dart:ffi-patch/ffi_dynamic_library_patch.dart:23:12)
#2 initRealm (package:realm_dart/src/init.dart:67:39)
#3 new RealmCore. (package:realm_dart/src/native/realm_core.dart:65:17)
#4 new RealmCore (package:realm_dart/src/native/realm_core.dart:70:37)
#5 realmCore (package:realm_dart/src/native/realm_core.dart:47:30)
#6 realmCore (package:realm_dart/src/native/realm_core.dart)
#7 new Realm. (package:realm_dart/src/realm_class.dart:97:69)
#8 new Realm (package:realm_dart/src/realm_class.dart:95:38)
#9 main (file:///Users/username/Documents/GitHub/services/realm_project/bin/main.dart:25:15)
#10 _delayEntrypointInvocation. (dart:isolate-patch/isolate_patch.dart:295:32)
#11 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:192:12)
The text was updated successfully, but these errors were encountered: