I'm trying to use Objective-C--HMTL Parser (https://github.com/zootreeves/Objective-C-HMTL-Parser). I followed all the instructions carefully and in a new project works fine, but when I try to use it in another I get these errors:
The difference between the two projects is that in the second I use "libsqlite3.dylib".
Thanks, Luigi.
it seems that you didnt import the .m files correctly, you will need to check that HTMLparser.m is included in the compile sources of your project
check screen shot
Compile sources should include HTMLParser.m