I get this error in my app on one specific iPhone 4 device while parsing an XML Feed:
error parsing XML: Error Domain=NSXMLParserErrorDomain Code=76
I am not able to determine why it's happening on this particular device and not others: this is the same feed. There are no XML errors in the feed XML structure and all devices have the same global general settings.
According to the docs, Error 76 is NSXMLParserTagNameMismatchError
.
this error happens when the closing tag doesn't match the opening tag, like so:
or
(the tag was closed on the first line)