I am getting one error in iOS 8 in Xcode 6.
Just here is the scenario.
XCode 6 create new Project "Master-Detail Application"
Now I have doing just in detail add one button and in its click event view to Pop Master view but it's not working.
[self.navigationController popViewControllerAnimated:YES];
[self.navigationController popToRootViewControllerAnimated:YES];
Please have a look.
Thanks in advance.