-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't build as frameworkless target (update instructions) #407
Comments
Hi, same issue here: I've been using SQLite.swift for a while and there was no such issue before. I have just descided to update framework, grabbed fresh version from master branch and have the same problem: "No such module 'CSQLite'", I use frameworkless installation (iOS7) |
I've faced the same problem. I have two Xcode instances installed - one 6.2 in /Applications and another 7.3 in ~/Applications.
, so it is referencing the sqlite3.h from the Xcode 6.2.
These steps made my project compiled successfully. |
addressed in #560 |
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.
Thanks for your help!
The text was updated successfully, but these errors were encountered: