Search code examples
objective-cioshtml-parser

Error using HTML-Parser


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:

error screenshot

The difference between the two projects is that in the second I use "libsqlite3.dylib".

Thanks, Luigi.


Solution

  • 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 enter image description here

    Compile sources should include HTMLParser.m