Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ASIHTTPRequest; installation issues

I am trying to install ASIHTTPRequest and i am having issues with libxml/HTMLParser, xmlsave, xpath and xpathInternals are missing. I have already included the libxml2.2.7.3 framework and followed the guide on their website to the letter.

any suggestions? alt text

like image 967
Veeru Avatar asked Nov 29 '10 05:11

Veeru


2 Answers

You note that you've followed the instructions to the letter, though I don't see libz.1.2.3.dylib in your post or in your comments. Are you certain you have libz.1.2.3?

Note that it is not the same as libbz2 or libxml2. If you filter by dylibs it's right near the bottom.


Edited to add the real answer, as discovered through a lengthy back-and-forth in the comments

Adjust your Header Search Paths to: ${SDK_DIR}/usr/include/libxml2, as explained in the special instructions for ASIWebPageRequest at: allseeing-i.com/ASIHTTPRequest/ASIWebPageRequest

like image 184
Matthew Frederick Avatar answered Oct 31 '22 03:10

Matthew Frederick


Make sure you put "$(SDKROOT)/usr/include/libxml2" in your Header Search Paths inside the build settings of your project

like image 22
Fabiano Francesconi Avatar answered Oct 31 '22 01:10

Fabiano Francesconi