For the last few weeks I have been trying to solve a crash which manifested itself seemingly at random. I believe it coincides with a build being created with xcode 12.4 from 12.3. My sync operation started crashing with an EXC_BAD_ACCESS crash in memory.
I'm using an NSOperationQueue. I've tried using zombie objects but because the error is in a block I cannot see them.
My threads look like this:
And the queue view says developerSubmittedBlockToNSManagedObjectContextPerform.
Does anyone have advice for what could be causing the issue? Or alternative ways to track it down? Thanks
