Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

LLVM GCC 4.2 Error(s) after upgrading XCode 4.0

I am using Twitter-OAuth framework found Here. Everything was working great until a few days ago when I upgraded XCode. Now when I try to compile this application, I get errors in the Twitter-OAuth files that say

no super class declared in @interface for 'MGTwitterXMLParser'

and Warnings that say

'MGTwitterXMLParser' may not respond to '+alloc'

If anyone knows what is going on here, I would very much appreciate some help.

like image 510
Chris Avatar asked May 18 '26 00:05

Chris


1 Answers

Apparently the issue arose because iOS SDK 4.0 feels the need to add all sorts of entries to the Header Search Paths, Framework Search Paths and Library Search Paths in the Build Settings. I cleaned those fields out and things started working.

like image 142
Chris Avatar answered May 19 '26 13:05

Chris



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!