欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  移动技术

iOS Xcode9.3 DDXMLPrivate.m文件“xmlKeepBlanksDefault”报错问题解决方案

程序员文章站 2022-04-30 09:46:28
一、xcode9.3报错 1、declaration of 'xmlkeepblanksdefault' must be imported from module 'libx...

一、xcode9.3报错

1、declaration of 'xmlkeepblanksdefault' must be imported from module 'libxml2.parser' before it is required

2、implicit declaration of function 'xmlkeepblanksdefault' is invalid in c99

iOS Xcode9.3 DDXMLPrivate.m文件“xmlKeepBlanksDefault”报错问题解决方案

二、解决办法

引入下面头文件,解决啦!

#include