Core Data - Failed to load optimized model at path

后端 未结 5 1626
南方客
南方客 2020-11-27 15:21

I\'m getting some of these prints in my console while running my application from Xcode 6 in my iPhone 6 with iOS 9 beta 5:

CoreData: Failed to load o

5条回答
  •  孤城傲影
    2020-11-27 16:11

    I found a solution for this. I rewrote the whole schema, and when I run the code I got rid of those warnings from core data.

    I suggest please take back-up before you try this.

    Hope it helps you.

提交回复
热议问题