'Class' may not respond to +isKindOfClass
'Class' may not respond to +isKindOfClass
- Subject: 'Class' may not respond to +isKindOfClass
- From: Larry Fransson <email@hidden>
- Date: Thu, 15 Apr 2004 02:25:07 -0700
Can anyone tell me why the following would generate the subject warning?
[paneClass isKindOfClass:[NSObject class]
In this case, paneClass comes either from NSClassFromString() or a
bundle's principal class. I can't find a "+isKindOfClass:" anywhere.
I can find "-isKindOfClass:", though. Also odd is that if I close the
project after receiving the warning, reopen it and then build, the
warning no longer appears.
Larry Fransson
Seattle, WA
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.