-
Notifications
You must be signed in to change notification settings - Fork 133
bug: unsupported operation: Loaded ObjectBox core dynamic library has unsupported version 0.13.0, expected ^0.14.0 #309
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
Comments
You may have to update the ObjectBox library on your development machine. See the last step at https://github.com/objectbox/objectbox-dart/blob/main/objectbox/README.md#flutter about "In order to run Flutter unit tests locally on your machine". |
Closing because this issue is missing details. Feel free to comment with additional details and we can re-open it. |
Got the same problem with version 2.3.0 and was able to have the error gone after downgrading to 2.2.0 (wasted 1 hour on this). Was testing on a physical Android Device. |
mesmo problema para mim. |
Same problem on Android after upgrading to Objectbox 2.3.0. iOS is fine.
|
Mesmo fazendo o downgrade da versão no pubspec ainda continuo recebendo o mesmo problema.
|
Downgrade to 2.2.0 works but remove the caret syntax ^2.2.0
|
Funcionou aqui, muito obrigado. Já estava ficando desesperado. |
Mesmo problema após atualizar para 2.3.0, problema resolvido após downgrade para 2.2.0. |
same problem here — I've downgraded to 2.2.1 |
The Thanks for reporting! |
Thank 🙏🙏🙏 |
Additionally, you can choose to provide more details, e.g. the output of:
pub deps --no-dev
Steps to reproduce
I'm creating a unit test for a method that returns a
Stream<List<Card>>
and the test fails in all the ways I tried.Code
Test:
If applicable, add code to help explain your problem.
Logs, stack traces
Additional context
This is a package that manages the card database
The text was updated successfully, but these errors were encountered: