FROM : Conor
DATE : Thu Apr 26 21:57:28 2007
> -[myCustomObject copyWithZone:]: selector not recognized [self = 0x3a5010]
>> You need to implement copyWithZone: in your subclass.
This is correct, even if you weren't storing a custom object,
NSManagedObject does not conform to NSCopying.
Regards,
Conor
http://www.bruji.com/
DATE : Thu Apr 26 21:57:28 2007
> -[myCustomObject copyWithZone:]: selector not recognized [self = 0x3a5010]
>> You need to implement copyWithZone: in your subclass.
This is correct, even if you weren't storing a custom object,
NSManagedObject does not conform to NSCopying.
Regards,
Conor
http://www.bruji.com/
| Related mails | Author | Date |
|---|---|---|
| No related mails found. | ||






Cocoa mail archive

