I am creating an app where if something occurs, it switches back to the previous screen.
There is practically no real code in the app, and when it does it has nothing to do with the previous view, but just in case, here is the entire .m: http://pastie.org/4111440
[self.navigationController popViewControllerAnimated:YES];
This^^ gives me EXC_BAD_ACCESS with "nested pop animation can result in corrupted navigation bar"
If you need any more info leave a comment. Thank you!
If you really want to help, I will message you a link to the entire .xcodepproj or whatever the extention is for the entire product.