I just downloaded the code from http://cocoadevblog.com/iphone-tutorial-creating-a-rss-feed-reader to see how to implement rss feeder And it shows a warning ” class ‘Parser’ does not implement the ‘NSXMLParserDelegate’ protocol ” at [rssParser setDelegate:self]; in parer.m. App loads in simulator but does not work. I checked in refernces foundation is included. Any idea ?
I just downloaded the code from http://cocoadevblog.com/iphone-tutorial-creating-a-rss-feed-reader to see how to implement rss feeder
Share
If you are building for iOS 4, make sure your interface looks like this:
That said, this is just a warning. If your code is correct, it should work.