Entity is not key value coding-compliant for the key

前端 未结 6 1529
粉色の甜心
粉色の甜心 2020-12-31 20:16
    if (win) {
    // Game was won, set completed in puzzle and time
    // Calculate seconds taken
    int timeTaken = (int)([NSDate timeIntervalSinceReferenceDate]         


        
6条回答
  •  太阳男子
    2020-12-31 20:54

    I did solve the same problem by delete and create the data model again and clean then rebuild again. I think the bug is caused by core data does not update some data inside sometimes.

提交回复
热议问题