Re: It was working..
Re: It was working..
- Subject: Re: It was working..
- From: p3consulting <email@hidden>
- Date: Wed, 20 Aug 2003 10:40:16 +0200
>
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
>
setArray ?
NSUserDefaults has setBool, setFloat, setObject, don't see any
setArray
do you link against a library containing extensions ? is this library
still accessible to your code ?
(in /Library/Frameworks or ~/Library/Frameworks, if it was in
~/Library/Frameworks, do you logout and then login as another user ? ->
no more the same ~/Library folder !) are you still on the same computer
? etc)
Further a setXXX method implies the object you pass this message to, is
mutable is it really ?
check it at runtime with kindOfClass, memberOfClass,
Pascal Pochet
P3 Consulting
email@hidden
http://www.p3-consulting.net
_______________________________________________
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.