Skip to content

'sqlite3.h' file not found #13

Description

@diachedelic

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:
image

And setting CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES:
image

But neither attempt has worked. However, i did fix it by swapping

-#import "sqlite3.h"
+#import <sqlite3.h>

in both MAURSQLiteLocationDAO.m and MAURSQLiteConfigurationDAO.m.

Would you consider accepting a pull request making this change?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions