Skip to content

XMLParser

Ken Harris edited this page Dec 23, 2017 · 1 revision

If you get an error from XMLParser that looks like

"Error Domain=NSXMLParserErrorDomain Code=111 "The operation couldn't be completed. (NSXMLParserErrorDomain error 111.)"

then the place to look up these errors (as of Xcode 8) is:

/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/libxml2/libxml/xmlerror.h 

Error 111 (XML_ERR_USER_STOP) is a common one, and it basically means "unexpected EOF".

Clone this wiki locally