Getting error “libobjc.A.dylib`objc_assign_strongCast_non_gc(objc_object*, objc_object**)”

我们两清 提交于 2019-12-24 22:19:44

问题


I have a huge set of data, those are displayed in a customized NSOutlineView.

Sometime my app gets crashed and gives me this error, while running in Xcode:

libobjc.A.dylibobjc_assign_strongCast_non_gc(objc_object*, objc_object**)`

Any idea about this one? Your replies would certainly help me to figure it out.

EDIT:

What I have tried so far:

I have put all exception breakpoints and enabled NSZombieEnabled. But is never caught.

I have use Binding to populate the NSOutlineView. The array contains one custom object, and the gets its values from aync server calls. If I do not open this NSOutlineView window, then every thing goes well.

来源:https://stackoverflow.com/questions/29210057/getting-error-libobjc-a-dylibobjc-assign-strongcast-non-gcobjc-object-objc

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!