Closed firelamb closed 5 years ago
sometimes will get the error: Objective-C exception thrown. Name: NSInternalInconsistencyException Reason: Application windows are expected to have a root view controller at the end of application launch
remove
#if DEBUG if (!HotReloader.Current.IsRunning) HotReloader.Current.Start(this); #endif
at App.xaml.cs ,should work
HotReloader.Current.Run(this) with latest version
sometimes will get the error: Objective-C exception thrown. Name: NSInternalInconsistencyException Reason: Application windows are expected to have a root view controller at the end of application launch