I am trying to use SQLitePersistentObject in my iphone project. I am including all the files in SQLitePersistentObject in my project.I have also added libsqlite3.dylib library under the Linked Libraries section. The instruction for using SQLitePersistentObject on http://code.google.com/p/sqlitepersistentobjects/source/browse/trunk/ReadMe.txt# says that 'link in libsqlite3.dylib' but I dont know how to link it. I think that is the reason I am getting this error. Could anyone help me out?Thanks in advance.