Skip navigation.
 
mlRe: Core Data copyWithZone error (NSData encoded structs as attributes)
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/

Related mailsAuthorDate
No related mails found.