-
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-3.4.0/lib/src/handles/native/init.dart:155:12: Error: Method not found: 'DBRef'. #1778
Comments
➤ PM Bot commented: Jira ticket: RDART-1089 |
Workaround: dependency_overrides: |
can you help how to do this. I dont understand |
@mniyaz just put lines shown above to your dependency_overrides:
ejson:
git:
url: https://github.com/realm/realm-dart
ref: main
path: packages/ejson and run |
@mniyaz You need to update your dependency_overrides:
ejson:
git:
url: https://github.com/realm/realm-dart
ref: main
path: packages/ejson Alternatively you can pin The reason this is happening is that |
Just pining realm to 3.3.0 using
is insufficient. I also had to do
otherwise these were resolved to their latest versions (3.4.0) in |
This will be fixed shortly in 3.4.1. |
What happened?
Cant run Realm 3.4.0
I think is missing the new ejson package.
Repro steps
Version
3.24
What Atlas Services are you using?
Atlas Device Sync
What type of application is this?
Flutter Application
Client OS and version
iOS 17
Code snippets
No response
Stacktrace of the exception/crash you're getting
Relevant log output
No response
The text was updated successfully, but these errors were encountered: