Skip to content

Exception (undefined symbol: obx_version_is_at_least) when instantiating Store #252

@sezaru

Description

@sezaru

After upgrading ObjectBox to version 1.0.0, I started receiving an exception every time I start the Store, I only catch this exception when I enable Visual Studio Code "All Exceptions" option, and it doesn't seem to affect anything (the database works fine).

Basic info (please complete the following information):

  • ObjectBox version: 1.0.0
  • Flutter/Dart SDK: 2.2.0/2.13.0
  • Null-safety enabled: yes
  • Reproducibility: always
  • OS: Ubuntu 21.04
  • Device/Emulator: Emulator

Steps to reproduce

  1. Enable VSCode All Exceptions option;
  2. Instantiate a new Store.

Expected behavior

No exception

Logs, stack traces

Since I couldn't get the stacktrace for the issue, I decide to add an image with the exception and the line in the code that it happens to help locate the issue:

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions