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.

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top