I'm trying to catch data from a sqlite3 database and list them in an UITableView. I have added the libsqlite3 framework but when I run it I get like 10 errors, one for each sqlite line. One of the messages I get is:
"_sqlite3_close", referenced from:
-[AppDelegate initializeDatabase] in AppDelegate.o
Almost every message are like this but with different sql lines. initializeDatabase is a method where the database is opened.
What could be wrong?
