Re: copyWithZone: -- selector not recognized
Re: copyWithZone: -- selector not recognized
- Subject: Re: copyWithZone: -- selector not recognized
- From: Chris Purcell <email@hidden>
- Date: Tue, 4 Jun 2002 21:39:41 +0100
Looks like you need to add copyWithZone: to RSItemObject *grin*. It's in
the NSMutableCopying protocol.
I expect whatever is calling your method is trying to copy the result.
Kritter out
Hi there,
I have a table view and in : tableView:objectValueForTableColumn:row
I'm trying to return an element
like this:
return itemObj ; //where itemObj is an RSItemObject
Can anyone tell me what am I doing wrong because I'm receiving the
following error message :
>> [RSItemObject copyWithZone : ] : selector not recognized
and I really don't know what might be wrong !
Cristian
_______________________________________________
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.