[NSNull length]: unrecognized selector sent to instance 0x43fe068

后端 未结 1 1874
失恋的感觉
失恋的感觉 2021-01-24 19:10

I am not exactly sure where this is coming from. I have a breakpoint on exceptions set but it does not show me what is really happening:

   libobjc.A.dylib`objc         


        
相关标签:
1条回答
  • 2021-01-24 19:44

    It is hard, according to what you posted, say what exactly is wrong except the obvious facts. The good start point might be adding a category on NSNull implementing length method and set there a break point and see when it gets called (probably you will need to import that category in a .pch file)

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