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\".
I just had this problem. For me the reason was deleting a CoreData managed object ans trying to read it afterwards from another place.