What does this error mean? This code compiled fine previous week. I noticed that when I change func parser to func something, there are no compilation errors, but the method, obviously, does not work at runtime and shows no output.
Any ideas?

**ERROR :** Objective-C method 'parser:didStartElement:namespaceURI:qualifiedName:attributes:' provided by method 'parser(_:didStartElement:namespaceURI:qualifiedName:attributes:)' conflicts with optional requirement method 'parser(_:didStartElement:namespaceURI:qualifiedName:attributes:)' in protocol 'NSXMLParserDelegate'
parsemethod is allowed inNSXMLParserDelegateright? As far as I can think, it must be something that I cannot understand the debug messages. Can you help figure out what that means?