随笔 - 16,  文章 - 0,  评论 - 0,  阅读 - 2555

第三方Html解析类库Hpple,在导入框架libxml2.2.dylib后,XCode仍然找不到<libxml/tree.h>。

1 、项目 -Targets 中的 Build P hases ,

找到 Link Binary With Libraries ,

点击 “+”, 添加 “libxml2.dylib”

当遇到找不到的dylib文件时可到/usr/local/lib中搜索添加

2.搜索,找到 “Linking” 选项框,

在里面的 "Other Linker Flags" 的 debug 和 release 里面点击 “+” ,

添加 "-lxml2"

3.

搜索,找到 Framework Search , 

添加 “/usr/lib/libxml2.dylib” ;

4.搜索, 在 “Header Search Paths " 和 " User Header Search Paths” 里填入 $(SDKROOT)/usr/include/libxml2

clean之后运行

posted on   直到所有灯都熄灭了  阅读(178)  评论(0编辑  收藏  举报
< 2025年1月 >
29 30 31 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1
2 3 4 5 6 7 8

点击右上角即可分享
微信分享提示