I have an application running SDK 3.2, I am using NSXMLParserDelegate
for parsing XML.
I upgraded it to SDK 4.2 and my application keeps crashing when using the NSXMLParserDelegate
, a warning said:
'Class' does not implement the 'NSXMLParserDelegate' protocol
I have tried the following:
- Add the protocol to my class NSObject <NSXMLParserDelegate>
- #import <Foundation/NSXMLParser.h>
But all my attempt had failed, please any help is so much appreciated.