Under ARC, keep getting EXC_BAD_ACCESS after using ARC, because of using Block?
问题 Issue: I keep getting EXC_BAD_ACCESS. And after I open NSZombieEnabled, I saw this [FeatureCommentListViewController respondsToSelector:]: message sent to deallocated instance 0x7c1dc30 Before I changed my project to ARC, there is no such error, but after I changed to ARC, this error appeared. I declare a ViewController in a Block and push it into navigation Controller. Will this reason case it's lifetime shorter? UIBlockButton is from this post UIBlockButton *lbGood3 = [[UIBlockButton alloc]