I have created a brand new Xamarin forms application. When I want to start the iOS app, it shows a blue screen (I think the default launching screen) and gives the output beneath.
Also, when I click on the app again in the emulator after I had started it, it works, but for my other project it doesn't, it puts the app back to the background.
Resolved pending breakpoint for 'UIKit.UIApplication.Main(System.String[], System.IntPtr, System.IntPtr)' to /Library/Frameworks/Xamarin.iOS.framework/Versions/13.16.0.13/src/Xamarin.iOS/UIKit/UIApplication.cs:85 [0x00000]. [HotReload] (2020-04-14 18:53:24.6): INFO: XAML Hot Reload Initializing... [HotReload] (2020-04-14 18:53:25.0): WARN: (App7.iOS) Unknown Breakpoint Hit: UIKit.UIApplication.Main(string[] args, System.IntPtr principal, System.IntPtr delegate) [HotReload] (2020-04-14 18:55:24.7): ERROR: Caught exception in AgentStatusChangedHandler at 201: Xamarin.HotReload.DebuggerTimeoutException: Failed to Inject Assembly at Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WatsonReport.GetClrWatsonExceptionInfo(Exception exceptionObject) at Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WatsonReport.GetClrWatsonExceptionInfo(Exception exceptionObject) [HotReload] (2020-04-14 18:55:24.7): INFO: XAML Hot Reload encountered a problem and failed to start. Use Help -> Report a Problem if the issues persists. [HotReload] (2020-04-14 18:55:24.7): INFO: Stopping All Hot Reload sessions due to Failed ... [HotReload] (2020-04-14 18:55:24.7): INFO: (App7.iOS) Stopped Hot Reload session due to Failed ... [HotReload] (2020-04-14 18:55:24.7): INFO: Stopped Hot Reload session.
