LLVM GCC 4.2 Error (s) after upgrading Xcode 4.0

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.

+3
source share
2 answers

, - , iOS SDK 4.0 , . .

+1

, MGTwitterXMLParser, , , MGTwitterXMLParser . MGTwitterXMLParser , NSObject.

MGTwitterXMLParser.h -

@interface MGTwitterXMLParser:NSObject 

, MGTwitterXMLParser, + (id) alloc.

0

All Articles