My Xamarin Forms app is getting crash for unknown reason

隐身守侯 提交于 2019-12-07 19:21:34

问题


The following message is shown in the Output window of Visual Studio:

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.

The app crashes when navigating to the view that contains a ListView. This happens only for the first time and then after that, there are no issues.

  • Is there a way to find out the reason behind the crash?

My Xamarin Forms version is 2.5.0.280555


回答1:


I have solved this issue by creating a new solution once again. In the second attempt I didn't install 'RestClient' NuGet package. I think that was the package which caused the issue. I've seen many developers asking for help in solving sporadic crashes. My suggestion is to double check all the NuGet packages.



来源:https://stackoverflow.com/questions/49399058/my-xamarin-forms-app-is-getting-crash-for-unknown-reason

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!