I send some data from my App to a web service and it replies. I start that process by clicking a button in the UI. It works fine, until I start trying to do that really fast. If I do that fast it breaks and I get this message:
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[_NSXMLParserInfo length]: unrecognized selector sent to instance 0x3534a60'
I'm not sure what "unrecognized selector" means there though? I could handle the exception and forget about it but I wonder if there is something deeper going on here?
Any help appreciated // :)