我正在手机上测试我的 iOS 应用程序,当我尝试打开它时,它立即退出。应用程序在模拟器中构建和运行。有谁知道可能是什么原因?
我验证并检查了我的配置文件 + 证书是否都是有效的。什么都没有过期。
我相信错误可能来自控制台日志中的这一步:
error 13:45:10.855026 -0400 symptomsd Can't get most elevated app state from dictionary {
BKSApplicationStateExtensionKey = 0;
SBApplicationStateDisplayIDKey = "com.capitalone.Jupiter";
SBApplicationStateKey = 0;
SBApplicationStateProcessIDKey = 991;
SBApplicationStateRunningReasonsKey = (
{
SBApplicationStateRunningReasonAssertionIdentifierKey = Resume;
SBApplicationStateRunningReasonAssertionReasonKey = 10000;
},
{
SBApplicationStateRunningReasonAssertionIdentifierKey = UIApplicationLaunch;
SBApplicationStateRunningReasonAssertionReasonKey = 10000;
}
);
}
Run Code Online (Sandbox Code Playgroud)
完整日志如下。
以下是来自 xcode 的日志:
default 13:45:10.348434 -0400 SpringBoard Bootstrapping com.My.Bundle.Id with intent foreground-interactive
default 13:45:10.348590 -0400 assertiond Submitting new job for "com.My.Bundle.Id" on behalf of <BKProcess: 0x101c03a60; …Run Code Online (Sandbox Code Playgroud)