Using SQLite in Xcode
Using SQLite in Xcode
- Subject: Using SQLite in Xcode
- From: Todd Heberlein <email@hidden>
- Date: Fri, 20 Jun 2008 21:26:02 -0700
Hi all,
I want to use sqlite3 directly (sqlite3_open(), sqlite3_close(), etc.). The compiler doesn't have any problems finding the sqlite3.h header file and compiling the code, but it fails when linking. Is there a -lsqlite3 (or whatever) I need to add to the target? Or is the library simply not there and I need to go out and build a fresh copy for myself?
Thanks,
Todd
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden