在 iOS 13 测试版中,应用程序在应用程序启动时崩溃 [英] App is getting crashed on app launch in iOS 13 beta version

查看:30
本文介绍了在 iOS 13 测试版中,应用程序在应用程序启动时崩溃的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是崩溃报告,崩溃仅发生在 iOS 13 测试版上:-

Here is the crash report and the crash is only happening on iOS 13 beta version :-

 Crashed: com.apple.main-thread
 0  libsystem_pthread.dylib        0x1ae056484 pthread_get_qos_class_np + 8
 1  Foundation                     0x1ae664340 -[NSThread qualityOfService] + 80
 2  Foundation                     0x1ae626ebc -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 280
 3  Foundation                     0x1ae628df8 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:] + 116
 4  libAXSpeechManager.dylib       0x1d0176884 -[AXSpeechManager isSpeaking] + 112
 5  libAXSpeechManager.dylib       0x1d0171b60 -[AXSpeechManager _didBeginInterruption] + 52
 6  libAXSpeechManager.dylib       0x1d0171f1c -[AXSpeechManager _handleAudioInterruption:] + 504
 7  CoreFoundation                 0x1ae2929ac __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 20
 8  CoreFoundation                 0x1ae2929f4 ___CFXRegistrationPost1_block_invoke + 64
 9  CoreFoundation                 0x1ae291d54 _CFXRegistrationPost1 + 368
 10 CoreFoundation                 0x1ae291a20 ___CFXNotificationPost_block_invoke + 104
 11 CoreFoundation                 0x1ae20dd38 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1416
 12 CoreFoundation                 0x1ae291370 _CFXNotificationPost + 1244
 13 Foundation                     0x1ae5edcf8 -[NSNotificationCenter  postNotificationName:object:userInfo:] + 60
 14 AVFAudio                       0x1bac4603c -[AVAudioSession privateInterruptionWithInfo:] + 988
 15 AVFAudio                       0x1bac4880c (anonymous namespace)::HandlePropertyListenerCallback(unsigned int, objc_selector*, NSObject*) + 68
 16 libdispatch.dylib              0x1ae004658 _dispatch_call_block_and_release + 24
 17 libdispatch.dylib              0x1ae0051cc _dispatch_client_callout + 16
 18 libdispatch.dylib              0x1adfe83e0 _dispatch_main_queue_callback_4CF$VARIANT$armv81 + 996
 19 CoreFoundation                 0x1ae2b4c74 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12
 20 CoreFoundation                 0x1ae2afc68 __CFRunLoopRun + 2004
 21 CoreFoundation                 0x1ae2af16c CFRunLoopRunSpecific +  464
 22 GraphicsServices               0x1b80d9328 GSEventRunModal + 104
 23 UIKitCore                      0x1b2317f6c UIApplicationMain + 1936
 24 Quickride                      0x10086803c main + 37 (AppDelegate.swift:37)
 25 libdyld.dylib                  0x1ae13a424 start + 4

我已经在各种平台上检查过这个问题.但是没有找到相关的解决方案,请提供相关的解决方案.

I have checked on various platforms for this issue. But have not found any solution related to it.Please provide any solution related to it.

它在应用启动时崩溃,这是它在 fabric 上显示的报告

It is crashing on app launch itself and this is the report it shows on fabric

推荐答案

我在 iOS 13 上遇到了同样的问题,这是我在 Crashlytics 上最严重的崩溃.它仅发生在 iOS 13 及更高版本中.不幸的是,在最新的 13.1.2 中也是如此.

I've the same issue on iOS 13 and it's my most serious crash on Crashlytics. It occurs only in iOS 13 and above. Unfortunately also in the latest 13.1.2.

从 iOS 13 版本开始,当我将应用程序置于后台调试控制台打印时,我检测到一个奇怪的警告 无法结束 BackgroundTask:不存在标识符为 x 的后台任务,或者它可能已经存在结束了.中断 UIApplicationEndBackgroundTaskError() 进行调试.

Starting by the iOS 13 release I've detected a strange warning when I put my app in background the debug console print Can't end BackgroundTask: no background task exists with identifier x, or it may have already been ended. Break in UIApplicationEndBackgroundTaskError() to debug.

也许这些问题是相关的.

Maybe the issues are related.

这篇关于在 iOS 13 测试版中,应用程序在应用程序启动时崩溃的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆