I imported the libsqlite3.0.dylib framework but this code
sqlite3 *database;
generates an error saying that sqlite3 is undeclared.
I imported the libsqlite3.0.dylib framework but this code
sqlite3 *database;
generates an error saying that sqlite3 is undeclared.