Re: It was working..
Re: It was working..
- Subject: Re: It was working..
- From: John MacMullin <email@hidden>
- Date: Tue, 19 Aug 2003 23:22:18 -0700
Thank you. That took me to the exact problem. Its amazing what a
little thought process can do. I sit here in Phoenix generally
aggravated by the lack of gasoline here in the Valley. For those of
you outside of Phoenix oblivious to the problem, a major gas supply
pipeline broke now leaving us sitting in long lines to get gas. It
seems that a good part of the city is shut down. Since I can't drive,
I may as well do Cocoa.
John
On Tuesday, August 19, 2003, at 09:41 PM, Greg Hulands wrote:
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.