-
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
Compiler Error In iOS #192
Comments
It sounds like you might be linking both sqlite3 and sqlcipher, for instance because another Flutter plugin or native dependency needs sqlite. Did you try adding this to your podspec? |
Yes, this is my Podfile:
this is my OTHER_LDFLAGS:
Still i get this error. |
Do you have a dependency on both |
No, I removed |
having the same issue here. thought it was an issue due to flutter version upgrade. but downgraded it again, still the same issue. |
but for me I have the following dependencies:
|
|
It also doesn't work with this fix suggestion. |
I have the same problem. there should be a fix for this |
writing this comment if you have the same problem as me and are desperate for a fix, maybe this works for you. |
Any fix for this yet ? |
I use
sqlcipher_flutter_libs: 0.6.0
, in Android everthing works properly, but in iOS I got some errors.Help please 🙏🏼
The text was updated successfully, but these errors were encountered: