You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FWIW, I thought I had this issue, to the point that I forked the project and began adding a test to find the problem. But the test passed—lots of attributes, all good. So I pasted my XML into the test and it failed.
It turned out I had an extraneous comma (,) between a couple elements.
With that sorted, my current project is parsing elements with dozens of attributes and child elements, no problem.
Does this library support multiple attributes?
Decoding something like this throws an error.
The error thrown is
"Error Domain=NSXMLParserErrorDomain Code=111 "(null)""
Any ideas?
The text was updated successfully, but these errors were encountered: