【发布时间】:2016-07-14 16:06:43
【问题描述】:
我收到了来自 Apple 的以下异常回溯,用于我提交到应用商店的应用。我已经符号化了日志,但我的应用程序的条目没有符号化。知道我能做些什么来实现这一目标吗?请参阅下面的条目 #14,其中提供了更多详细信息。任何帮助将不胜感激
最后异常回溯: 0 核心基础 0x1810cadb0 __exceptionPreprocess + 124 1 libobjc.A.dylib 0x18072ff80 objc_exception_throw + 56 2 UIKit 0x186b6d268-[UIPopoverPresentationController 演示文稿TransitionWillBegin] + 2884 3 UIKit 0x186581fb0 __71-[UIPresentationController _initViewHierarchyForPresentationSuperview:]_block_invoke + 1640 4 UIKit 0x1865800c8 __56-[UIPresentationController runTransitionForCurrentState]_block_invoke + 332 5 UIKit 0x1864d30c8 _runAfterCACommitDeferredBlocks + 292 6 UIKit 0x1864e0a80 _cleanUpAfterCAFlushAndRunDeferredBlocks + 92 7 UIKit 0x1862125a4 _afterCACommitHandler + 96 8 核心基础 0x181080728 _CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 32 9 核心基础 0x18107e4cc __CFRunLoopDoObservers + 372 10 核心基础 0x18107e8fc __CFRunLoopRun + 928 11 核心基础 0x180fa8c50 CFRunLoopRunSpecific + 384 12 图形服务 0x182890088 GSEventRunModal + 180 13 UIKit 0x18628a088 UIApplicationMain + 204 14 我的应用程序 0x1000fb144 0x1000e4000 + 94532 15 libdyld.dylib 0x180b468b8 开始 + 4【问题讨论】:
-
@rmaddy 感谢您的编辑!
-
终于成功符号化崩溃日志,感谢一个解释过程link的教程。
标签: ios exception crash sigabrt backtrace