It seems like this should be straight forward but I have not been able to find a good example of it. I have a simple Core Data entity that I want to split into two separate entities. Apple's documentation mentions it at a high level (Mapping Overview), however, it is unclear what the actual mapping model should look like to associate the relationship to the new split out entity back to the original.

link|improve this question

feedback

1 Answer

up vote 5 down vote accepted

OK, I have found my own answer to this one and have detailed it in this blog post: http://blog.slalom.com/2010/01/08/splitting-an-entity-in-a-coredata-migration/

link|improve this answer
Link isn't working for me. Could you look into this please? – Stunner Oct 5 '11 at 10:37
Look into what exactly? – Greg Martin Oct 6 '11 at 19:19
I get a server not found error when I click on that link. Is it just me? – Stunner Oct 8 '11 at 0:23
1  
Ah, yes, link is fixed. – Greg Martin Oct 13 '11 at 16:57
Awesome! Gave you mad up rep. – Stunner Oct 14 '11 at 1:13
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.