Could not determine generated file paths for CoreData code generation

后端 未结 11 1536
小蘑菇
小蘑菇 2021-01-01 11:23

While building my project for different target I am getting this error:

Could not determine generated file paths for Core Data code generation: Er

11条回答
  •  梦谈多话
    2021-01-01 11:49

    In My Case it was a result of Model.xcdatamodeld having conflicts when Merged with Remote (Source or Head). Somehow this conflict wasn't detected by GIT and slid through as Conflict Free.

    Resolution: Open Model.xcdatamodeld as xml (with textEditor) and search for conflicts (>>>). Fix conflict and Save.

提交回复
热议问题