EXC_BAD_ACCESS signal received

前端 未结 30 3113
轮回少年
轮回少年 2020-11-22 06:37

When deploying the application to the device, the program will quit after a few cycles with the following error:

Program received signal: \"EXC_BAD_ACCESS\".         


        
30条回答
  •  野性不改
    2020-11-22 07:13

    Just to add

    Lynda.com has a fantastic DVD called

    iPhone SDK Essential Training

    and Chapter 6, Lesson 3 is all about EXEC_BAD_ACCESS and working with Zombies.

    It was great for me to understand, not just the error code but how can I use Zombies to get more info on the released object.

提交回复
热议问题