首页 > 代码库 > XML解析适配 'libxml/tree.h'file not found 错误解决办法

XML解析适配 'libxml/tree.h'file not found 错误解决办法

Xcode ‘libxml/tree.h‘file not found 错误解决办法

技术分享

在工程的"Build Settings"页中找到"Header Search Path"项,添加"/usr/include/libxml2"。在"Other Linker Flags"项,添加"-lxml2"


技术分享

 技术分享

XML解析适配 'libxml/tree.h'file not found 错误解决办法