Uwe (ObjectBox)
Uwe (ObjectBox)
Update: can reproduce! The stack trace occurs *only* when the import for the `converter` class does not exist. We should be able to modify the processor to catch and throw...
> Figure out why property UIDs after newly added one are re-set (or is this just happening for tests?). This (vs. all UIDs or none changing) is caused by -...
**Edit: Never mind, it's building now.** @greenrobot On macOS the Cmake build fails with ``` Undefined symbols for architecture x86_64: "NewEntityName::_OBX_MetaInfo::fromFlatBuffer(void const*, unsigned long, NewEntityName&)", referenced from: obx::Box::get(unsigned long long,...
@MegatronKing Not sure if possible, but can you ask the user to provide the full crash report from macOS (https://support.apple.com/guide/console/reports-cnsl664be99a/mac)? The snippet above is lacking an error code and additional...
@MegatronKing Thanks! Managed to symbolicate it: [dart-crash-gh-626_symbolicated.txt](https://github.com/objectbox/objectbox-dart/files/15159132/dart-crash-gh-626_symbolicated.txt) Notable parts: ``` Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Termination Signal: Segmentation fault: 11 Termination Reason: Namespace...
Update: after some internal discussion it might currently not be possible to correctly symbolize crash reports because the needed info is stripped from our release library included in the ObjectBox...
I guess you are trying to run it on an Android device? The `objectbox-android-objectbrowser` version looks good. Maybe a caching issue? Did you try `flutter clean` and then running again?
Tried to reproduce but not having any issues in VS Code and running on Android. Maybe manually delete the Flutter/Dart build folders? In any case, you can try with one...
@bahadirarslan Thanks, but the original poster already has the correct version of `objectbox-android-objectbrowser` added.
Ah, sorry, how did I not see that. The original `build.gradle` file had the release dependency commented out: ```groovy dependencies { // implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" // Add objectbox-android-objectbrowser only for debug...