我的 Xamarin Forms 应用程序因未知原因崩溃
My Xamarin Forms app is getting crash for unknown reason
以下消息显示在 Visual Studio 的输出 window 中:
Got a SIGSEGV while executing native code. This usually indicates a fatal error in the mono runtime or one of the native libraries used by your application.
当导航到包含 ListView
的视图时,应用程序崩溃。这只是第一次发生,之后就没有问题了。
- 有没有办法找出崩溃背后的原因?
我的 Xamarin Forms 版本是 2.5.0.280555
我已经通过再次创建一个新的解决方案解决了这个问题。在第二次尝试中,我没有安装 'RestClient' NuGet 包。我认为这是导致问题的包裹。我见过许多开发人员寻求帮助解决偶发崩溃问题。我的建议是仔细检查所有 NuGet 包。
以下消息显示在 Visual Studio 的输出 window 中:
Got a SIGSEGV while executing native code. This usually indicates a fatal error in the mono runtime or one of the native libraries used by your application.
当导航到包含 ListView
的视图时,应用程序崩溃。这只是第一次发生,之后就没有问题了。
- 有没有办法找出崩溃背后的原因?
我的 Xamarin Forms 版本是 2.5.0.280555
我已经通过再次创建一个新的解决方案解决了这个问题。在第二次尝试中,我没有安装 'RestClient' NuGet 包。我认为这是导致问题的包裹。我见过许多开发人员寻求帮助解决偶发崩溃问题。我的建议是仔细检查所有 NuGet 包。