Question

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.

Était-ce utile?

La 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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top