Could not determine generated file paths for CoreData code generation

后端 未结 11 1461
小蘑菇
小蘑菇 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:43

    The answers given above are just right, but if these do not work, then:

    1. Make a copy of your model and store it somewhere
    2. Delete the model from Xcode
    3. Add the model again to whatever folder you want to add it to

    This solved my issue. Hope this helps.

提交回复
热议问题