标签:tin head sea 提示 asi not found set 输入 span
在导入asihttprequest包时出问题导入了libxml2.dylib。可是却提示libxml/HTMLparser.h file not found。
这是由于你的开发环境默认的路径无法找到这个libxml2.dylib框架。
改动方法:(1)第一种方法:(我的可行)点击左边项目的根文件夹,再点击右边的Build Settings,手工输入文字:“Header search paths”。然后单击(或双击。点击弹出面板以下的“+”号进行加入)“Header search paths ”右边的空白处,输入:/usr/include/libxml2假设还不行。
(2)另外一种方法:点击左边项目的根文件夹,再点击右边的Build Settings,手工输入文字:“Header search paths”,然后单击(或双击,点击弹出面板以下的“+”号进行加入)“ Header search paths ”右边的空白处,输入:${SDK_DIR}/usr/include/libxml2
libxml/HTMLparser.h file not found
标签:tin head sea 提示 asi not found set 输入 span
原文地址:http://www.cnblogs.com/yxysuanfa/p/6875589.html