EXC_BAD_ACCESS signal received

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

    I just had this problem. For me the reason was deleting a CoreData managed object ans trying to read it afterwards from another place.

提交回复
热议问题