I have an application that uses CoreData.
I previously had a class called Marker that was associated with a Marker object in Core Data.
I renamed the Marker class to CoreDataMarker. So I created a new .xcdatamodel file with a new class name for the object. Then I created the .xcmappingmodel model and selected the old and new .xcdatamodel files and seemed to "automatically configure".
However, when I launch my application, he complains: βIt is impossible to combine models with two different objects with the nameβ Marker. βI understand that this is happening, but I have no idea how to solve it.
Do you know how?
Thanks in advance!
source share