abstract object of class NSCFDictionary?
abstract object of class NSCFDictionary?
- Subject: abstract object of class NSCFDictionary?
- From: Daniel Kaesmayr <email@hidden>
- Date: Sun, 17 Mar 2002 18:34:32 +0100
I have some old code from pr 10.1 that somehow doenst run anymore. I get the
following output:
2002-03-17 18:32:06.957 MacAstro[726] An uncaught exception was raised
2002-03-17 18:32:06.958 MacAstro[726] *** initialization method
-initWithCapacity: cannot be sent to an abstract object of class
NSCFDictionary: Create a concrete instance!
2002-03-17 18:32:06.958 MacAstro[726] *** Uncaught exception:
<NSInvalidArgumentException> *** initialization method -initWithCapacity:
cannot be sent to an abstract object of class NSCFDictionary: Create a
concrete instance!
Any idea where I should be looking for a bug? How can I find out where
exactly this happens without putting breakpoints at every method I have?
Thanx,
Dan
_______________________________________________
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.