ios - 应用程序崩溃异常类型 : EXC_CRASH (SIGKILL) Termination Reason: Namespace SPRINGBOARD

标签 ios swift xcode itunes

我的应用最近被拒绝了,因为该应用在 Beta 测试人员启动时崩溃了,但是在开发配置文件中运行它时并没有发生这种情况。我可以知道这个崩溃日志的含义是什么时候以及如何解决它吗?

准则 2.1 - 性能 - 应用完整性 我们无法审核您的应用,因为它在启动时崩溃了。我们附上了详细的崩溃日志以帮助解决此问题。

Exception Type: EXC_CRASH (SIGKILL) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Termination Reason: Namespace SPRINGBOARD, Code 0x8badf00d Termination Description: SPRINGBOARD, scene-create watchdog transgression: com.app.appname exhausted real (wall clock) time allowance of 19.03 seconds | | ProcessVisibility: Foreground | ProcessState: Running | WatchdogEvent: scene-create | WatchdogVisibility: Foreground | WatchdogCPUStatistics: ( | "Elapsed total CPU time (seconds): 25.420 (user 25.420, system 0.000), 42% CPU", | "Elapsed application CPU time (seconds): 1.125, 2% CPU" | ) Triggered by Thread: 0

最佳答案

因为你有错误代码0x8badf00d:

The exception code 0x8badf00d indicates that an application has been terminated by iOS because a watchdog timeout occurred. The application took too long to launch, terminate, or respond to system events. One common cause of this is doing synchronous networking on the main thread. Whatever operation is on Thread 0: needs to be moved to a background thread, or processed differently, so that it does not block the main thread.

更多信息 here .

关于ios - 应用程序崩溃异常类型 : EXC_CRASH (SIGKILL) Termination Reason: Namespace SPRINGBOARD,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50186258/

相关文章:

objective-c - 如何在 UINavigationController 的 bar 上方添加 UIImageView

ios - 如何在 Datepicker 上只允许日期和日期?

ios - 应用程序安装失败-应用程序 bundle 不包含有效的标识符-Xcode8.2

xcode - 记住最近打开的UIView Controller

iphone - 获取 UILabel 中文本的物理位置

ios - Google Cloud Messaging iOS,接收多个通知

ios - 使用相似的输入字段实现许多相似的 View

swift - 使用 Swift 注册 Firebase

ios swift,如何转换 'object to nsdata'

ios - Mac 催化剂版本