-
Notifications
You must be signed in to change notification settings - Fork 81
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
'sqlite3.h' file not found #13
Comments
Working solution came from here |
@diachedelic thanks for the info! |
It's a two line change, it doesn't seem worth a PR. |
Yea, I created a branch for it and will release a version shortly... |
Version 2.0.5 now has this. Thanks for the info! |
Xcode 11.3.1 errors when I try to build this plugin, even though
Other Linker Flags
contains-lsqlite3
. I am using capacitor, which includes a compatibility layer for Cordova plugins.I have tried adding
libsqlite.tbd
:And setting
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES
:But neither attempt has worked. However, i did fix it by swapping
in both
MAURSQLiteLocationDAO.m
andMAURSQLiteConfigurationDAO.m
.Would you consider accepting a pull request making this change?
The text was updated successfully, but these errors were encountered: