Visual Studio Mobile Center - Xamarin Forms SIGABRT - 致命错误

Visual Studio Mobile Center - Xamarin Forms SIGABRT - Fatal error

当我尝试集成 Mobile Center Analytics/Crashes 时,我收到 SIGABRT 错误。

我有一个 Xamarin.Forms 项目。该项目在没有 Mobile Center Analytics/Crashes 组件的情况下工作正常,但是,当我使用这行代码时,它会抛出以下错误。

代码

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

错误

"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."

我已按照 this link 将 Mobile Center 集成到我的 Xamarin.Forms 项目中。

如有任何帮助,我们将不胜感激。 提前致谢。

我已经通过升级 XamarinStudio、Xamarin.iOS 和 Xcode 解决了这个错误。 感谢移动中心的支持...