Is adding a new entity on the new version of my core data model going to crash the apps using the older versions of core data model?
What if this entity has a relationship with an existing entity.
oldEntity (1)------------->(oo) newEntity
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Sounds like a simple case for versioning, which can be done quite simply in a lot of instances. This sounds like one of them.
Check out the docs here: http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/CoreDataVersioning/Introduction/Introduction.html