A strange error after I was adding and deleting ViewControllers in my Storyboard.
The changes I made was to remove the UINavigationController from the storyboard and create it in code in the AppDelegate FinishedLaunching method, then pass it to the Initialize method.
The error is InvalidOperationException with the description Unable to navigate: No storyboard found.
After I initialize the UINavigationController I pass it on the MvvmLight and later I push the Root controller. I'll try to change this now but let me know if you have in mind the error and if it's possible the NavigationService to work before assigning the Root controller.
The changes I made was to remove the UINavigationController from the storyboard and create it in code in the AppDelegate FinishedLaunching method, then pass it to the Initialize method.
The error is InvalidOperationException with the description Unable to navigate: No storyboard found.
After I initialize the UINavigationController I pass it on the MvvmLight and later I push the Root controller. I'll try to change this now but let me know if you have in mind the error and if it's possible the NavigationService to work before assigning the Root controller.