Within my storyboard I don't have any VC with the Is Initial View Controller checked as I am instantiating and setting the window.rootViewController programmatically within the app delegate.
My app is working perfectly however I want to remove the "Failed to instantiate the default view controller" message.
I found question regarding this on SO and the accepted answer stated that the warning will go away if the Main Storyboard File Base Name is removed from the info.plist (Programmatically set the initial view controller using Storyboards).
However my app does not have the Main Storyboard File Base Name entry in the info.plist, so is there something else I can do to remove this warning?