gpt4 book ai didi

ios - Xamarin Forms - XAML 热重载遇到问题,无法启动

转载 作者:行者123 更新时间:2023-12-01 16:20:30 24 4
gpt4 key购买 nike

我创建了一个全新的 Xamarin 表单应用程序。当我想启动 iOS 应用程序时,它会显示一个蓝屏(我认为是默认启动屏幕)并在下方提供输出。

此外,当我在启动应用程序后再次在模拟器中单击该应用程序时,它可以工作,但对于我的其他项目却没有,它将应用程序放回后台。

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.

最佳答案

XAML Hot Reload encountered a problem and failed to start. Use Help -> Report a Problem if the issues persists.



看起来像热重载的初始化失败。

请按照 document 中的步骤操作列出来解决这个问题:
  • 如果 XAML 热重载无法初始化:
  • 更新 Xamarin.Forms 版本。
  • 确保您使用的是最新版本的 IDE。
  • 在项目的build设置中将您的 Android 或 iOS 链接器设置设置为不链接。
  • 如果保存 XAML 文件时没有任何 react ,请确保 XAML Hot
    在 IDE 中启用重新加载。
  • 如果您在物理 iPhone 上调试并且您的应用程序变成
    无响应,请检查是否启用了解释器。打开它,
    选中启用 Mono 解释器(Visual Studio 16.4/8.4 及更高版本)或
    将 --interpreter 添加到其他 mtouch 参数字段 (Visual
    Studio 16.3/8.3 及更早版本)在您的 iOS build设置中。

  • 这里有一些线程也可能有帮助: Troubleshooting XAML Hot ReloadHot Reload not working on iOS Simulator

    关于ios - Xamarin Forms - XAML 热重载遇到问题,无法启动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61213135/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com