-
Notifications
You must be signed in to change notification settings - Fork 122
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
Unsupported operation ObjectBox platform-specific library not compatible #690
Comments
In the Note: I labeled this issue with "more info required" so it will auto-close in a few days if there are no follow-up comments. |
Hello there! I'm having the same issue even tho I have set following: # pubspec.yaml
dependencies:
objectbox: ^4.0.1
objectbox_flutter_libs: ^4.0.1 // app/build.gradle
configurations {
debugImplementation {
exclude group: 'io.objectbox', module: 'objectbox-android'
}
}
dependencies {
debugImplementation("io.objectbox:objectbox-android-objectbrowser:4.0.1")
} |
I'm trying to compile flutter android app on a Mac (macos 15). Additionally, I can't install libobjectbox dynamic library due to:
Should I need to create a separate issue for this, or is this a related issue? I'm little puzzled because I can build and debug my flutter app for iOS just fine. |
Thx for your response. I build too on Mac (M2 Max - Sonoma 14.5). Other info, similar error during iOS build:
|
It's maybe a little bit hidden in the release notes, but the version should be
As for the macOS issue: installing the library is only necessary for Dart Native projects or for Flutter projects where unit tests run on your machine (see notes in Getting Started docs). The Flutter apps themselves bundle the ObjectBox native library via the @jeremy-giles If this is a different issue, please submit a new issue with details! Note: I labeled this issue with "more info required" so it will auto-close in a few days if there are no follow-up comments. |
Hello, I can't understand why all morning I can build and launch our application on Android devices and how following a pull action from our git I have the error:
NB: The problem is only in debug. The application built in release works...
pubspec.yaml
build.gradle
The text was updated successfully, but these errors were encountered: