Transfer Core Data from One Project to Another
        Posted  
        
            by 
                Michael
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Michael
        
        
        
        Published on 2011-01-17T04:22:19Z
        Indexed on 
            2011/01/17
            6:53 UTC
        
        
        Read the original article
        Hit count: 272
        
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...
© Stack Overflow or respective owner