Debugging SIGABRT within NSManagedObjectContext -save:

前端 未结 1 1142
离开以前
离开以前 2020-12-31 08:22

From inside NSManagedObjectContext -save: I am getting this message:

Assertion failed: (_Unwind_SjLj_Resume() can\'t return), function _Unwind

1条回答
  •  攒了一身酷
    2020-12-31 09:25

    You should try to activate "Run > Stop on Objective-C exception". It allowed me to find the place where there was an access to an object turned into fault which was the root cause of the problem.

    0 讨论(0)
提交回复
热议问题