-
Notifications
You must be signed in to change notification settings - Fork 133
Loaded ObjectBox core dynamic library has unsupported version 0.18.1, expected ^0.19.0 #563
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
Downgrade to 2.2.0 works but remove the caret syntax ^2.2.0
|
Same problem with 2.2.0 |
And 2.1.0 too? try to remove the caret syntax ^ from ^2.2.0. |
Oh my bad. Now it works. Forgot to remove the caret. |
was wondering why need to downgrade? is 2.3.0 can't be use? |
Because Objectbox 2.3.0 does not work on Android. See error in original post. |
Confirmed, v2.2.1 works, v2.3.0 throws this error on Android. |
|
2.3.1-dev.1 seems good, as soon as we have some external confirmation, this will become 2.3.1. So let us know... |
2.3.1-dev.1 works on Android, the error we had with 2.3.0 is gone. |
2.3.1 is published with a fix. |
I always get the following error. I tried it with the objectbox examples like objectbox_demo_relations
This happens on Windows and on linux on a Lenovo Thinkpad yoga from 2017. I can not test it on an other machine atm.
I used
bash <(curl -s https://github.com/raw/objectbox/objectbox-dart/main/install.sh)
to install the shared library and also downloaded the 0.19.0 and put it in /usr/lib and on Windows 11 in System32. I installed flutter manually.flutter doctor
The text was updated successfully, but these errors were encountered: