Issues are used to track bugs and feature requests.
Need help or have a general question? Ask on Stack Overflow (tag sqlite.swift).

ve and install the pod, changing to different versions to install, it still shows the error msg in the SQLite_Bridging.h: "Include of non-modular header inside framework module 'SQLite.SQLite_Bridging'"
same here with Xcode Version 10.1.
import from CocoaPods
pod 'SQLite.swift/SQLCipher'
error: include of non-modular header inside framework module 'SQLite.SQLite_Bridging': '/Pods/SQLCipher/sqlite3.h'
Same here with XCode 10.1
Import via CocoPods
pod 'SQLite.swift/SQLCipher'
Issue solved by removing #import "sqlite3.h" and adding @import SQLCipher;
Check this: https://github.com/stephencelis/SQLite.swift/commit/a72a1c43361b480f7c3ca8b57c5ed3d788345880
hello every one! what happen with this issue?

Most helpful comment
Same here with XCode 10.1
Import via CocoPods
pod 'SQLite.swift/SQLCipher'
Issue solved by removing #import "sqlite3.h" and adding @import SQLCipher;
Check this: https://github.com/stephencelis/SQLite.swift/commit/a72a1c43361b480f7c3ca8b57c5ed3d788345880