My application worked fine until I upgraded to Xcode 4.5 and I ran it on iOS 6. Now it crashes with an exception - UIViewControllerHierarchyInconsistency - a view can only be associated with at most one view controller at a time.
Does anyone have any ideas why or how I can solve it?
source
share