I am getting this error when I call my method dismissView. Here is the method stub:
-(IBAction)dismissView { RootViewController *rootController = [[RootViewC
I resolved this by using pushViewController rather than popToViewController
pushViewController
popToViewController