Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

'libxml/HTMLparser.h' file not found in ASIHTTPRequest [duplicate]

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!

like image 465
iosdevrocks Avatar asked Jan 25 '13 15:01

iosdevrocks


1 Answers

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

like image 181
iosdevrocks Avatar answered Oct 24 '22 00:10

iosdevrocks