【发布时间】:2020-06-03 14:00:50
【问题描述】:
帮助!!!在我的 iOS Xamarin 应用程序中,调试模式适用于我,但在发布模式下,应用程序在启动时崩溃,我发现这两个日志:
HW kbd: Failed to set (null) as keyboard focus
Can't get most elevated app state from dictionary {
BKSApplicationStateExtensionKey = 0;
SBApplicationStateDisplayIDKey = "com.xxxxx.xxxxxxxx";
SBApplicationStateKey = 0;
SBApplicationStateProcessIDKey = 900;
SBApplicationStateRunningReasonsKey = (
{
SBApplicationStateRunningReasonAssertionIdentifierKey = "FBSceneSnapshotAction:com.xxxxx.xxxxxxxx";
SBApplicationStateRunningReasonAssertionReasonKey = 4;
},
{
SBApplicationStateRunningReasonAssertionIdentifierKey = Resume;
SBApplicationStateRunningReasonAssertionReasonKey = 10000;
}
);}
有什么想法吗?
【问题讨论】:
标签: xamarin xamarin.forms xamarin.ios