I am using the Twitter-OAuth platform found here . Everything worked fine until a few days ago when I updated Xcode. Now when I try to compile this application, I get errors in Twitter-OAuth files that say
no superclass declared in @interface for 'MGTwitterXMLParser'
and warnings that say
"MGTwitterXMLParser" may not respond to "+ alloc"
If anyone knows what is going on here, I am very grateful for the help.
, - , iOS SDK 4.0 , . .
, MGTwitterXMLParser, , , MGTwitterXMLParser . MGTwitterXMLParser , NSObject.
MGTwitterXMLParser.h -
@interface MGTwitterXMLParser:NSObject
, MGTwitterXMLParser, + (id) alloc.