Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

yaniv92648

macrumors member
Original poster
Oct 26, 2009
96
0
Hi,
i have an error i can't figure out..

/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:23: error: 'NSHashTable' redeclared as different kind of symbol

i'm desperate.. anyone..?
Thank u!
 

PhoneyDeveloper

macrumors 68040
Sep 2, 2008
3,114
93
Do you use NSHashTable somewhere in your code? There is a forward declaration of that class on the line mentioned in the error.

If not then you are probably including some header file that declares NSHashTable in some incompatible manner. Maybe in a third-party library that you're using.

If none of that makes any sense to you then you may be able to use the Build > Preprocess menu item to figure out where the incompatible declaration comes from.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.