'obx_model_relation_name': The specified procedure could not be found.
Error Info
On
_store = await openStore(
directory: join(
Exception has occurred. ArgumentError (Invalid argument(s): Failed to lookup symbol 'obx_model_relation_name': The specified procedure could not be found. (error code: 127))
Build info
- objectbox version: 4.1.0
- Flutter/Dart version: 3.19.6 / 3.3.4
- Build OS: Windows 11
i tried clean and removed objectbox json and dart file and tried fvm flutter pub run build_runner build --delete-conflicting-outputs --verbose .
Did you try with 4.2.0?
Thanks for reporting!
Assuming you are running unit tests, re-run the install.sh script to download the latest version of the database library:
bash <(curl -s https://raw.githubusercontent.com/objectbox/objectbox-dart/main/install.sh)
Normally, there would be an error message instructing to do so. But due to an oversight in the 4.2.0 release, there is not.
Internal issue objectbox-dart#147
Forgot to update: the error message was restored as part of the 4.3.0 release.