Search code examples
iosxcode9.3-beta

Declaration of 'xmlKeepBlanksDefault' must be imported from module 'libxml2.parser' before it is required


When I try to compile and run my existing app with Xcode 9.3 beta It gives me errors like

Declaration of 'xmlKeepBlanksDefault' must be imported from module 'libxml2.parser' before it is required

Implicit declaration of function 'xmlKeepBlanksDefault' is invalid in C99

enter image description here

Its in the file DDXMLDocument.m of KissXML library. Issue already raised on it

Can anyone please help with this ?


Solution

  • Update KissXML by running pod update KissXML.

    See https://github.com/robbiehanson/KissXML/issues/95 for details.