Is there any way to export a CoreData model file (i.e entities description: *.xcdatamodeld) to another project. Because re-recreate all entities is boring :-)
+1
A:
Yes, just add/copy the model file itself to the new project just like you would any other type of file. . You can even add/copy an existing store if the apps use the same initial data. I do this all the time
TechZen
2010-07-25 14:07:37
Ok thanks! I thaugh I did test this, but didn't succeed, will try again!
jchatard
2010-07-27 14:41:03
You can even link multiple projects to the same model file so that when that model changes all of the projects will see it.
Marcus S. Zarra
2010-07-27 15:55:30