Chapter 2 Build Issues
Hello: I had the Catalog app working previously, but now when I'm going thru the book again it does not work. The (9) errors are:
Undefined symbols for architecture i386: "_sqlite3_open", referenced from: -[DBAccess initializeDatabase] in DBAccess.o
"_sqlite3_close", referenced from: -DBAccess initialized....
I notice that an older working app that I created includes the following in the Framework:
libsqlite3.0 dynlib
and I don't see that in Frameworks of the app that is throwing those errors. How do I get that into the frameworks? I have the #import <sqlite3.h> statement in DBAccess.h, so not sure what else to do.
Thanks, Hawk
|