美文网首页
Implicit declaration of function

Implicit declaration of function

作者: 雷霸龙 | 来源:发表于2018-05-30 15:06 被阅读67次

xcode更新到9.3之后,项目工程里的KissXML/DDXMLDocument.m文件报错:Implicit declaration of function 'xmlKeepBlanksDefault' is invalid in C99
解决办法:在KissXML/DDXMLDocument.m中引入头文件 :

#include <libxml2/libxml/parser.h>

相关文章

网友评论

      本文标题:Implicit declaration of function

      本文链接:https://www.haomeiwen.com/subject/wvatsftx.html