Core Data Migration - Can't find mapping model for migration

后端 未结 4 1635
不思量自难忘°
不思量自难忘° 2020-12-31 15:03

I followed the guide found here: http://www.timisted.net/blog/archive/core-data-migration/ but keep getting \"Can\'t find mapping model for migration\" when I start up the a

4条回答
  •  悲&欢浪女
    2020-12-31 15:31

    I had a similar problem:

    Custom Policy in my xcmappingmodel will not be executed

    in my case it was not executed since my migration did not do any changes to the tables - maybe this is your problem too.

提交回复
热议问题