问题
I'm currently making an app implementing core data. However, when I build, it crashes at this line:
Thread 1: Fatal error: Unresolved error Error Domain=NSCocoaErrorDomain Code=134140 "Persistent store migration failed, missing mapping model." UserInfo={sourceModel=() isEditable 0, entities {
What does this mean? How can I solve this?