Tagged Questions

1
vote
1answer
242 views

Iphone Unit Test : with SQL

I'm trying to do some Unit Testing on method that includes SQL call wrapped by FMDB. I get a lot of linker errors when i try to build the project such as these ones : "_sqlite3_step", referenced ...