iOS - “Too Many Contexts” error?

前端 未结 1 1064
隐瞒了意图╮
隐瞒了意图╮ 2021-01-16 16:21

My App (under development, iOS 5.1) occasionally crashes with the following message:

Terminating app due to uncaught exception \'NSInternalInconsistencyExcepti

相关标签:
1条回答
  • 2021-01-16 16:57

    You've probably got some object recursing into itself during construction, probably in alloc or init.

    You can also set an exception breakpoint for "All Exceptions" and see what gets caught...

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