9

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!

Community
  • 1
  • 1
iosdevrocks
  • 1,025
  • 3
  • 10
  • 17

1 Answers1

20

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

slugster
  • 49,403
  • 14
  • 95
  • 145
iosdevrocks
  • 1,025
  • 3
  • 10
  • 17