You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 .
The text was updated successfully, but these errors were encountered:
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
Uh oh!
There was an error while loading. Please reload this page.
Error Info
On
_store = await openStore(
directory: join(),
maxDBSizeInKB: gigabytesToBytes(10),
maxDataSizeInKB: gigabytesToBytes(10),
maxReaders: 100,
);
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
i tried clean and removed objectbox json and dart file and tried fvm flutter pub run build_runner build --delete-conflicting-outputs --verbose .
The text was updated successfully, but these errors were encountered: