Entity is not key value coding-compliant for the key

前端 未结 6 1535
粉色の甜心
粉色の甜心 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 21:00

    I don't think there's enough information here to determine the cause. You might try reading the Core Data Troubleshooting Guide; one possible cause could be if you initialized this particular instance of Puzzle using plain init rather than initWithEntity.

提交回复
热议问题