An attempt to download the Zip "ObjectBox-xcframework-1.9.1.zip" from their Github page does not download And also doing "pod install --verbose" didn't download it.
Turning on and off my Mifi, Tried it from my mobile device but same thing
An attempt to download the Zip "ObjectBox-xcframework-1.9.1.zip" from their Github page does not download And also doing "pod install --verbose" didn't download it.
Turning on and off my Mifi, Tried it from my mobile device but same thing
Since you are using the Flutter Tag I suppose you want to add the package objectbox to a Flutter project.
You can add packages using the flutter pub add key word.
In your case it would be
flutter pub add objectbox
.