Sqlite.swift: "Include of non-modular header inside framework module 'SQLite.SQLite_Bridging'", plea

Created on 1 Feb 2019  路  3Comments  路  Source: stephencelis/SQLite.swift

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

Build Information

  • Include the SQLite.swift version, commit or branch experiencing the issue.
  • Mention Xcode and OS X versions affected.
  • How do you integrate SQLite.swift in your project?

    • CocoaPods

screenshot 2019-02-01 at 4 36 37 pm

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'"

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

All 3 comments

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'

import "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?
灞忓箷蹇収 2019-04-13 14 30 29

Was this page helpful?
0 / 5 - 0 ratings