Occasionally when my app launches, XCode gives me an EXC_BAD_ACCESS
error, and with nothing in the console, takes me to this screen:
It also tells me which thread the crash occurred in, but I was wondering if there was a way to better pinpoint it. It happens sporadically, so while i've tried commenting out various areas of the code, it isn't an absolute way of figuring out which bit is crashing it.