Got a EXC_CORPSE_NOTIFY symbol crash, how to track it?

后端 未结 2 659
面向向阳花
面向向阳花 2020-12-20 11:02

Here\'s the whole crash log. What\'s the meaning of EXC_CORPSE_NOTIFY exception notice?

I have to replace some strings about our company.



        
2条回答
  •  时光说笑
    2020-12-20 12:03

    There are 2 possible reasons:

    1, You are trying to insert nil into that array.

    2, You are trying to insert to an index which is beyond the array's range.

提交回复
热议问题