xamarin.formsxamarin-studiomobile-centervisual-studio-app-center

Visual Studio Mobile Center - Xamarin Forms SIGABRT - Fatal error


When I try to integrate Mobile Center Analytics/Crashes, I received SIGABRT error.

I have a Xamarin.Forms project. The project works fine without Mobile Center Analytics/Crashes component but, when I use this line of code it throws the below error.

Code

MobileCenter.Start(typeof(Analytics), typeof(Crashes));
MobileCenter.Configure("{ app-secret-key }");

Error

"Got a SIGABRT while executing native code. This usually indicates a fatal error in the mono runtime or one of the native libraries used by your application."

I have followed this link to integrate Mobile Center to my Xamarin.Forms project.

Any help will be appreciated. Thanks in advance.


Solution

  • I have solved this bug by upgrading XamarinStudio, Xamarin.iOS and Xcode. Thanks to mobile-center support...