-
Notifications
You must be signed in to change notification settings - Fork 75
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
2.4.1 error when compiling for iOS #223
Comments
i'm only have transitive dependency on sqlite package and still got this error... |
Same here, however if you add
in your main application pubspec.yaml file it should override any packages allowing for higher versions to be pulled as long as 2.4.0 is compatible even if you never actually reference the package directly in your main application and only through transitive dependencies |
I was able to reproduce this bug also by running on the |
Thank you for the report, and apologies for the inconvenience. Version Continuing to use version 2.4.0 is fine, I have retracted version 2.4.1 from pub.dev and published 2.4.1+1 which has the correct SDK bound in its pubspec. |
I get the following error when compiling for
Error (Xcode): ../../../.pub-cache/hosted/pub.dev/sqlite3-2.4.1/lib/src/ffi/bindings.dart:341:14: Error: The operator '+' isn't defined for the class 'Pointer'.
My temporary solution is to revert back to 2.4.0
The text was updated successfully, but these errors were encountered: