Re: Using SQLite in Xcode
Re: Using SQLite in Xcode
- Subject: Re: Using SQLite in Xcode
- From: Andy Lee <email@hidden>
- Date: Sat, 21 Jun 2008 00:33:25 -0400
On Jun 21, 2008, at 12:26 AM, Todd Heberlein wrote:
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?
I dragged libsqlite3.dylib into "Other Frameworks" in my Xcode
project, and that did it for me.
--Andy
_______________________________________________
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