A problem was imported when importing the ASIHTTPRequest package libxml2.dylib. However, it prompts libxml/htmlparser.h file not found.
This is because the default path of your development environment cannot find this libxml2.dylib framework.
Change method: (1) The first method: (I do) Click on the left side of the project's root folder, and then click on the right of the build Settings, manually enter the text: "Header search paths." Then click (or double-click). Click the "+" sign below the pop-up panel to add the blank space to the right of the "Header Search Paths", enter:/USR/INCLUDE/LIBXML2 suppose not yet.
(2) Another way: Click on the left side of the project's root folder, then click on the right of the build Settings, manually enter the text: "Header search Paths", and then click (or double tap, click the "+" button below the popup panel) "Header Search Paths "to the right of the blank, enter: ${SDK_DIR}/USR/INCLUDE/LIBXML2
Libxml/htmlparser.h File not found