Re: Core Data attributes and reserved names...
Re: Core Data attributes and reserved names...
- Subject: Re: Core Data attributes and reserved names...
- From: Greg Stark <email@hidden>
- Date: Sat, 19 Aug 2006 13:54:39 -0600
On Aug 19, 2006, at 10: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>
Sure, it's easy to find things in the archives once you know what it
is you're looking for... ;-)
But the failure to call out this information arguably constitutes a
bug in
the docs. Please file it! m.
I don't think this is a Core Data documentation bug (it does mention
naming issues in the docs...) but rather an Xcode error. The problem
is that Xcode 2.4 is inconsistent in handling attribute naming
errors. For example, if you try to name an entity's attribute
"description" or "zone", both of these names are flagged as illegal,
as they should be. However, if you use the name "version", it is not
flagged as an error. Why "version" is treated differently than
"description" or "zone" given that all three are part of NSObject is
unclear.
Consequently, I'll report this as an Cocoa-related Xcode issue.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden