I'm using OjbectBox for the first time in my Flutter project. After I wrote the basic code to read and right user data, I'm getting this error:
[!] CocoaPods could not find compatible versions for pod "ObjectBox":
In Podfile:
objectbox_flutter_libs (from `.symlinks/plugins/objectbox_flutter_libs/ios`) was resolved to 0.0.1, which depends on
ObjectBox (= 1.6.0)
objectbox_sync_flutter_libs (from `.symlinks/plugins/objectbox_sync_flutter_libs/ios`) was resolved to 0.0.1, which depends on
ObjectBox (= 1.6.0-sync)
I did what's recommended in this answer (first one) but I'm getting the same error when I try to update with pod install --repo-update
.
Any idea how to solve this?