My Xamarin Forms app is getting crash for unknown

2019-05-29 04:36发布

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条回答
beautiful°
2楼-- · 2019-05-29 05:10

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.

查看更多
登录 后发表回答