Context does not save the changes with error 1550

前端 未结 3 1884
别那么骄傲
别那么骄傲 2021-01-21 02:36

I\'m trying to update an entity and save the changes. I\'m getting always the following error:

The operation couldn’t be completed. (Cocoa error 1550.)
         


        
3条回答
  •  粉色の甜心
    2021-01-21 03:29

    I ran into the 1550 error code as well. I had accidentally changed the data model and modified the destination of one of the relationships in an entity. Make sure to double check that the entity described by NSValidationErrorObject and the relationship described by NSValidationErrorKey are what you intend them to be.

提交回复
热议问题