Re: Xcode 4 core data mapping model not creating inherited attributes/relationships

2011-08-08 Thread Martin Hewitson
On Aug 8, 2011, at 06:24 PM, Sean McBride wrote: > On Sun, 7 Aug 2011 07:39:25 +0200, Martin Hewitson said: > >> Is there a know problem or limitation in naming relationships? I haven't >> come across this anywhere before. > > Well, you should not name properties with the same name as an NSObje

Re: Xcode 4 core data mapping model not creating inherited attributes/relationships

2011-08-08 Thread Sean McBride
On Sun, 7 Aug 2011 07:39:25 +0200, Martin Hewitson said: >Is there a know problem or limitation in naming relationships? I haven't >come across this anywhere before. Well, you should not name properties with the same name as an NSObject or NSMangedObject method name. ex: don't create a property

Re: Xcode 4 core data mapping model not creating inherited attributes/relationships

2011-08-06 Thread Martin Hewitson
(Cc'd cocoa mailing list because this turns out to be relevant to those working with core data.) This turns out to be much more sinister than I'd thought. The mapping model seems to be a red herring and the problem of having nil'ed out inherited attributes is not to do with the mapping model. T