Re: It was working..
Re: It was working..
- Subject: Re: It was working..
- From: Greg Hulands <email@hidden>
- Date: Wed, 20 Aug 2003 14:41:17 +1000
Have you done a b [NSException raise] in gdb to get a backtrace? It
could be in the awakeFromNib as the loadNibNamed:owner: calls
awakeFromNib before returning.
HTH,
Greg
On Wednesday, August 20, 2003, at 02:01 PM, John MacMullin wrote:
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.
_______________________________________________
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.