what does Error “Thread 1:EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0)” mean?

后端 未结 10 1001
情歌与酒
情歌与酒 2020-11-29 02:42

I got this error:

Thread 1:EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0)

How can I solve this? The code works normally,

10条回答
  •  粉色の甜心
    2020-11-29 03:15

    Mine was about

    dispatch_group_leave(group)

    was inside if closure in block. I just moved it out of closure.

提交回复
热议问题