I have my old data model, my new model (same but with two more text fields in one entity) and a mapping model (just the default generated one).
When I do automatic migration, I get a crash and a stacktrace that looks like it's entered an endless loop, 62851 stack frames, mostly _PF_Handler_Public_GetProperty and descriptions on NSManagedObject, terminated by a malloc error, which I assume is the endless loop running out of memory on my device.
Do you have any idea what can lead to such an endless loop? I have no idea where to start debugging this.
Cheers
Nik