Fix Core Data Fail

前端 未结 3 348
南旧
南旧 2021-01-17 05:14

I have an app in the app store that uses Core Data and I have to release an update by tomorrow. However, I am experiencing some problems with Core Data.I by mistake made cha

3条回答
  •  -上瘾入骨i
    2021-01-17 05:25

    You should revert your model to the one that you have in App Store. Then you should Add new model version of your Core Data model. If you can't revert to that model you should try to make it exactly as it was.

    After you've done a new model version, you should select that one and make the changes.

提交回复
热议问题