Transfer Core Data from One Project to Another
- by Michael
The answer is probably a resounding 'NO' but before I start a new project from scratch, I thought I'd ask.
I create many throw away projects to test ideas and code before combining all the successful bits from the scratch projects into a final version. So I have one project with the Core Data stuff worked out but I want to move it to a new project. My guess is that there is too many internal hooks and dropping in the .xcdatamodel and the sqlite db is just not going to work.
I'd glad to be wrong...