0

我正在尝试使用 hpple for iPhone 应用程序解析 HTML URL 内容。我想从这个 URL http://www.example.com/mobile/403.html解析和获取数据。我用谷歌找到了hpple for HTML parsing。我从github. 当我开始运行项目时,发生以下错误

'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 中工作。你能帮忙解决这个错误吗?提前致谢。

4

1 回答 1

0

确保添加此行:

${SDKROOT}/usr/include/libxml2 

在 TARGETS->build->header 搜索路径中...

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

在此处输入图像描述

在此处输入图像描述

祝你好运,希望这能帮到你!

于 2013-05-18T19:15:06.217 回答