EXC_BAD_ACCESS signal received

前端 未结 30 3115
轮回少年
轮回少年 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:14

    How To Debug EXC_BAD_ACCESS

    Check out the link above and do as it says.... Just some quick instructions for using NSZombies

    Run the application and after it fails (Should display "Interrupted" rather than "EXC_BAD_ACCESS"... check the Console (Run > Console)... there should be a message there now telling what object it was trying to access.

    -Ben

提交回复
热议问题