我正在尝试使用 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 中工作。你能帮忙解决这个错误吗?提前致谢。

