> -----Original Message-----
> From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org]
> On Behalf Of Jean-Denis Muys
> Sent: Thursday, May 26, 2011 10:08 AM
> To: General Discussion of SQLite Database
> Subject: Re: [sqlite] SQLite in Xcode
> 
> 
> On 26 mai 2011, at 16:49, john darnell wrote:
> 


> >
> > Since then I have tried using the sqlite.dylib file that comes with OSX but 
> > in
> doing so, some important SQLite functions (such as the prepare function) were
> not found during the link process.
> 
> This shouldn't happen. My app links just fine. You must add 
> "libsqlite3.dylib" to the
> "Link binary with libraries" section of the "Build Phases" pane of your target
> settings.
> 
> Jean-Denis
> 

Thank you, Jean-Denis for this information.  I initially added the 
libsqlite3.dylib into the Libraries->API->Debug group.  In so doing, Xcode 
automatically added the same dylib to the "Link Binary with Libraries" phase of 
my debug version.  Are you suggesting that I should have added it directly?
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to