libxml/tree.h file not found解决办法

来源:互联网 发布:压缩密码破解软件 编辑:程序博客网 时间:2024/05/18 22:43
  1. 导入libxml2.dylib 包

2.设置Header Search Paths 为 /usr/include/libxml2 如图:
这里写图片描述

0 0