联系人:石虎 QQ:1224614774  昵称: 嗡嘛呢叭咪哄

                               QQ群:807236138  群称: iOS 技术交流学习群

 

一、概念

 

 1.在项目碰到'libxml/tree.h' file not found的错误提示,双击错误提示,然后就跳转到了出错的代码处:

   #import <libxml/tree.h>

   'libxml/tree.h' file not found

 

二、解决方法

 1.文字展示:

  解决办法是在 Build Settings—> Search Paths / Header Search Paths/中加入:/usr/include/libxml2

  即告诉编译器你的libxml2所在的目录。

 

  2.图形显示:

iOS 报错file not found的~解决方法

谢谢!!!

相关文章:

  • 2022-12-23
  • 2021-12-10
  • 2022-12-23
  • 2021-10-09
  • 2021-05-26
  • 2022-12-23
  • 2021-06-10
猜你喜欢
  • 2022-01-07
  • 2022-12-23
  • 2021-08-13
  • 2021-09-15
  • 2022-03-07
  • 2021-04-04
  • 2021-08-24
相关资源
相似解决方案