Libxml/htmlparser. h file not found
An error occurred while importing the asihttprequest package.
After libxml2.dylib is imported, the following message is displayed: libxml/htmlparser. h file not found. This is because the default path of your development environment cannot be found in the libxml2.dylib framework. The modification method is as follows:
(Try both methods)
Method 1:(My feasibility)
Click the root directory of the project on the left, click build settings on the right, manually enter the text "header search paths", and then click (or double-click, click "+" under the pop-up panel to add) "header search paths" on the right side of the blank space, enter:/Usr/include/libxml2
If not, try this method:
Click the root directory of the project on the left, click build settings on the right, manually enter the text "header search paths", and then click (or double-click, click "+" under the pop-up panel to add) "header search paths" on the right side of the blank space, enter:${Sdk_dir}/usr/include/libxml2