everybody!
i got learning some tutorials in swift, now in lesson there is CoreData.
So there was a project with CoreData files and i put in AppDelegate code from other project (CoreData stack)
So now i got error like this:
> reason=The model used to open the store is incompatible with the one
> used to create the store
error shows when i try to save data in CoreData sqlite files
PS! i was changed names in appDelegate instead they was first time in project.
How i can fix it?