Skip navigation.
 
mlRe: Core Data attributes and reserved names...
FROM : mmalc crawford
DATE : Sat Aug 19 19:05:03 2006

On Aug 19, 2006, at 9:47 AM, Matt Neuburg wrote:

>> Anyway, I hope this note helps others avoid this problem.

> Reading the archives would also have helped:
> <http://www.cocoabuilder.com/archive/message/cocoa/2005/12/23/153092>
> But the failure to call out this information arguably constitutes a 
> bug in
> the docs.
>

<http://developer.apple.com/documentation/Cocoa/Conceptual/CoreData/Articles/cdMOM.html#//apple_ref/doc/uid/TP40002328-DontLinkElementID_42
>

Properties
[...] Note that a property name cannot be the same as any no-parameter 
method name of NSObject or NSManagedObject, for example, you cannot 
give a property the name “description” (see NSPropertyDescription).


<http://developer.apple.com/documentation/Cocoa/Reference/CoreDataFramework/Classes/NSPropertyDescription_Class/Reference/Reference.html
>
"Note that a property name cannot be the same as any no-parameter 
method name of NSObject or NSManagedObject. [...]"


mmalc

Related mailsAuthorDate
mlCore Data attributes and reserved names... Greg Stark Aug 19, 05:55
mlRe: Core Data attributes and reserved names... Matt Neuburg Aug 19, 18:47
mlRe: Core Data attributes and reserved names... mmalc crawford Aug 19, 19:05
mlRe: Core Data attributes and reserved names... Greg Stark Aug 19, 21:54
mlRe: Re: Core Data attributes and reserved names... Michael Ash Aug 19, 23:12
mlRe: Core Data attributes and reserved names... Matthew Firlik Aug 20, 10:12
mlRe: Core Data attributes and reserved names... Matt Neuburg Aug 20, 17:59