You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Xcode 7.3 w/ Swift 2.2 to build Mac target.
Just grabbed a copy of SQLite.swift. I’m trying to use it in a command line tool. I (carefully?) followed the steps in the docs, but I get many errors - all seem to cascade from the import CSQLite statement, i.e. No such module. What am I missing?
FWIW, same target builds if I remove the SQLite source and link against the SQLite.framework.