如何修复这个Rg.Plugins.Popup错误?

时间:2017-12-12 15:40:15

标签: xamarin xamarin.forms xamarin.ios crash

我们在项目中使用Rg.Plugins.Popup。我们的应用程序崩溃是由Rg.Plugins.Popup异常引起的。崩溃发生在iOS版本上。

我们唯一得到的是以下的堆栈跟踪:

Rg.Plugins.Popup.IOS.Renderers.PopupPageRenderer.UpdateElementSize()
Rg.Plugins.Popup.IOS.Renderers.PopupPageRenderer.ViewDidLayoutSubviews()
ObjCRuntime.Messaging.objc_msgSend(intptr, intptr)(wrapper managed-to-native)
CoreAnimation.CATransaction.Commit()
Xamarin.Forms.Platform.iOS.CADisplayLinkTicker.StartThread()
System.Threading.ThreadHelper.ThreadStart_Context(object state)
System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, object state, bool preserveSyncCtx)
System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, object state, bool preserveSyncCtx)
System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, object state)
System.Threading.ThreadHelper.ThreadStart()

该异常发生在上一个稳定插件版本:1.0.4和最后一个预发布版本5。

那么,任何人都有基本的想法是什么以及如何消除异常?

0 个答案:

没有答案