It was working..
It was working..
- Subject: It was working..
- From: John MacMullin <email@hidden>
- Date: Tue, 19 Aug 2003 21:01:45 -0700
I have a cocoa program that was working just fine and now gives me the
following errors, which from the debug, looks like they originate from
loading the nib file:
2003-08-19 20:57:44.887 GLASS[4647] *** -[NSCFDictionary setArray:]:
selector not recognized
2003-08-19 20:57:44.897 GLASS[4647] *** -[NSCFDictionary setArray:]:
selector not recognized
The code that seems to be causing the problem is:
if (![NSBundle loadNibNamed:@"AccountCategory.nib" owner:self]) {
Suggestions would be greatly appreciated..
Thanks
John
_______________________________________________
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.