We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Failed to run test with the following Realm error
00:01 +0 -1: Init [E] Realm error : Could not open librealm_dart.dylib. Tried: - "/Users/username/.dev-tools/flutter/bin/cache/artifacts/engine/darwin-x64/../Frameworks/librealm_dart.dylib" Hint: Did you forget to add a dependency on the realm package? package:realm_dart/src/init.dart 71:5 _openRealmLib.throwError package:realm_dart/src/init.dart 84:29 _openRealmLib package:realm_dart/src/init.dart 120:24 initRealm package:realm_dart/src/native/realm_core.dart 47:31 _realmLib.<fn> package:realm_dart/src/native/realm_core.dart 55:2 _realmLib package:realm_dart/src/native/realm_core.dart _realmLib package:realm_dart/src/native/realm_core.dart 104:5 new _RealmCore package:realm_dart/src/native/realm_core.dart 81:24 realmCore package:realm_dart/src/native/realm_core.dart realmCore package:realm_dart/src/configuration.dart 85:14 Configuration.defaultStoragePath package:realm_dart/src/configuration.dart 95:47 Configuration.defaultRealmPath package:realm_dart/src/configuration.dart Configuration.defaultRealmPath package:realm_dart/src/configuration.dart 109:44 Configuration._defaultPath package:realm_dart/src/configuration.dart 105:50 new Configuration._ package:realm_dart/src/configuration.dart 411:14 new InMemoryConfiguration._ package:realm_dart/src/configuration.dart 174:29 Configuration.inMemory test/realm_test.dart 6:39 main.<fn>
flutter pub get
dart run realm install -t macos
dart run realm_dart install -t macos
3.22.1
Local Database only
Flutter Application
macos 14.5
No response
The text was updated successfully, but these errors were encountered:
➤ PM Bot commented:
Jira ticket: RDART-1051
Sorry, something went wrong.
@htetlynnhtun Thanks for trying realm. This is a duplicate of #1619 so I'll close this one.
So the fix #1623 is not released for production yet? Right?
@htetlynnhtun No. It is merged to main, but not released yet.
No branches or pull requests
What happened?
Failed to run test with the following Realm error
Repro steps
flutter pub get
dart run realm install -t macos
(or evendart run realm_dart install -t macos
Version
3.22.1
What Atlas Services are you using?
Local Database only
What type of application is this?
Flutter Application
Client OS and version
macos 14.5
Code snippets
No response
Stacktrace of the exception/crash you're getting
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: