pauljean
pauljean

Reputation: 31

sqlite3 xcode libsqlite3.dylib

I have an error in my projet: sqlit3_open and sqlite_close symbol not found. please how can I resolve this problem.

I added the framework libsqlite3.dylib and the header #import "sqlite3.h". the problem persist.

please my english is very bad, done make atention

thank all

Upvotes: 1

Views: 6979

Answers (1)

Iqbal Khan
Iqbal Khan

Reputation: 4617

here is good example of sqlite3 use in ios

http://www.icodeblog.com/2008/08/19/iphone-programming-tutorial-creating-a-todo-list-using-sqlite-part-1/

check this.

Upvotes: 1

Related Questions