'libxml/HTMLparser.h' file not found in ASIHTTPRequest

iosdevrocks picture iosdevrocks · Jan 25, 2013 · Viewed 10.2k times · Source

Possible Duplicate:
ASIHTTPRequest; installation issues

I've followed the setup tutorial step by step but I get this error: 'libxml/HTMLparser.h' file not found. I've also cloned the libxml library, but it doesn't work. Any idea? Thanks!

Answer

iosdevrocks picture iosdevrocks · Jan 26, 2013

I've fixed it by adjusting the Header Search Paths to: ${SDK_DIR}/usr/include/libxml2, you can find it in ASIWebPageRequest instructions.