iphone - LLVM GCC 4.2 Error(s) after upgrading XCode 4.0 -


I am using the Twitter-OAuth framework. Everything was working very well when I upgraded XCode some days ago Now when I try to compile this app, I get errors in twitter-oyoth files that say

No superclass is declared in the interface for 'MGTVitterXMLPiers'

and the warning that says

'MGTwitterXMLParser' + Alloc 'can not be answered

If someone knows that Here's what's happening, so I greatly appreciate the help.

Obviously the issue got over because IOS SDK 4.0 has all types of header search paths, framework search paths and libraries Find the entries in the build settings in the path I cleaned those areas and things started to work.

Comments