I am trying to remove all the navigation controllers in Xcode 6.1 and make a new UIWindow rootviewcontroller
but it's not making a new one. It saying a previous controller already exists.
It's work fine when I debug on xcode 5.1.1 but when I debug on xcode 6.1 it's not working
Can anyone help me?