stephencelis / SQLite.swift

A type-safe, Swift-language layer over SQLite3.
MIT License
9.67k stars 1.56k forks source link

Swift 5 compiler warning - umbrella header for sqlite #944

Closed mgundy closed 3 years ago

mgundy commented 5 years ago

Hello! Newb here. I just migrated to Xcode 10.2.1 and Swift 5 using SQLite.swift 0.12.2 (using CocoaPods).

I get the following Swift compiler warning:

Umbrella header for module 'SQLite' does not include header 'SQLite-Bridging.h'

I searched existing issues, but didn't see anything.

chunxige commented 5 years ago

me too

mafiaIOS commented 4 years ago

hello, have you handle this problem? bro.

nathanfallet commented 3 years ago

Try again with 0.13.0, it should be fixed (else, please reopen this issue)