Rename xcdatamodel file

前端 未结 10 2141
暖寄归人
暖寄归人 2020-12-05 00:55

What do in need to do to rename the .xcdatamodel file. Renaming .xcdatamodel filename, along with changing ...

NSURL *modelURL = [[NSBundle mainBundle] URLFo         


        
10条回答
  •  不思量自难忘°
    2020-12-05 01:38

    Looks like momd missing in resources files. You can check in generated .app.

    Make sure it is in compile sources build phase.

    And clean/rebuild sometimes helps with xcdatamodels... Especially when creating/renaming them...

提交回复
热议问题