ARC: EXC_BAD_ACCESS when calling a method from inside a block, inside a delegate method
I created a block, inside a delegate method and I am using it to call a static method in another class. I am getting an EXC_BAD_ACCESS error even when I have NSZombies enabled. There are a few posts on here about similar problems - I think this one is the closest: ARC: Getting EXC_BAD_ACCESS from inside block used in delegate method But, I haven't found anything so far that has helped. Here is the code: @interface MyClass() @property (nonatomic, copy) CaseBlock c; @end .... //NSURLConnection delegate method - (void)connectionDidFinishLoading:(NSURLConnection *)connection { NSDictionary *d =