如何解决iPhone app hpple HTML Parsing'libxml / tree.h'文件未找到?

时间:2012-06-02 11:44:35

标签: iphone ios compiler-errors html-parsing hpple

我正在尝试使用hpple for iPhone app解析HTML URL内容。我想解析并从此URL http://www.example.com/mobile/403.html获取数据。我使用过Google并找到了hpple for HTML parsing。我从github获得了样本HTML解析hpple代码。当我开始运行项目时,发生以下错误

'libxml/tree.h' file not found

我添加了这一行${SDKROOT}/usr/include/libxml2 in project->build->header search paths,但它看起来不像iPhoneos3.1.2/usr/include/libxml2/**,我也在项目中添加了libxml2.dylib and libxml2.2.dylib。我在XCode 4.2工作。你能帮忙解决这个错误吗?提前谢谢。

1 个答案:

答案 0 :(得分:0)

确保添加以下行:

${SDKROOT}/usr/include/libxml2 

在TARGETS-> build->标题搜索路径...

并确保您将hpple文件复制到项目中......就像这样......

enter image description here

enter image description here

祝你好运,希望这有帮助!