iOS 8 在 UVManager.m 中崩溃,这不是我的类(class)之一

标签 ios objective-c ios8 crashlytics appsee

我在 Crashlytics 中看到了我的一个应用程序的相当多的崩溃报告。 所有崩溃都发生在 iOS 8 中,在 iPad 和 iPhone 上都没有越狱。

崩溃报告指向一个名为 UVManager.m 的类,但是我在我的代码中根本找不到具有此名称的类。 所以它要么包含在我使用的附加库中,要么是 iOS 8 框架的一部分。

如何找出问题所在或导致问题的框架?

崩溃是:

Crashed: com.apple.main-thread
EXC_BAD_ACCESS KERN_INVALID_ADDRESS at 0x0000000000000010

这是崩溃日志:

Thread : Crashed: com.apple.main-thread
0  libobjc.A.dylib                0x00000001974efbd0 objc_msgSend + 16
1  UIKit                          0x000000018b7af654 -[UIWindow handleStatusBarChangeFromHeight:toHeight:] + 244
2  UIKit                          0x000000018b70e9f4 +[UIWindow _noteStatusBarHeightChanged:oldHeight:forAutolayoutRootViewsOnly:] + 260
3  UIKit                          0x000000018b81dbc0 __79-[UIApplication _setStatusBarHidden:animationParameters:changeApplicationFlag:]_block_invoke + 148
4  UIKit                          0x000000018b6b5660 +[UIView(UIViewAnimationWithBlocks) _setupAnimationWithDuration:delay:view:options:factory:animations:start:animationStateGenerator:completion:] + 508
5  UIKit                          0x000000018b7fcf24 +[UIView(UIViewAnimationWithBlocks) animateWithDuration:animations:completion:] + 64
6  UIKit                          0x000000018b737fdc -[UIApplication _setStatusBarHidden:animationParameters:changeApplicationFlag:] + 464
7  UIKit                          0x000000018b710148 -[UINavigationController pushViewController:transition:forceImmediate:] + 1008
8  UIKit                          0x000000018b70fd38 -[UINavigationController pushViewController:animated:] + 528
9  UIKit                          0x000000018b6b52f4 -[UIApplication sendAction:to:from:forEvent:] + 96
10 UIKit                          0x000000018b6b52f4 -[UIApplication sendAction:to:from:forEvent:] + 96
11 UIKit                          0x000000018b69e44c -[UIControl _sendActionsForEvents:withEvent:] + 612
12 UIKit                          0x000000018b6b4c90 -[UIControl touchesEnded:withEvent:] + 592
13 UIKit                          0x000000018b6b491c -[UIWindow _sendTouchesForEvent:] + 700
14 UIKit                          0x000000018b6ade70 -[UIWindow sendEvent:] + 684
15 UIKit                          0x000000018b681660 -[UIApplication sendEvent:] + 264
16 CelebBooth-1D                  0x00000001001742a0 uvSendEvents (UVManager.m:138)
17 UIKit                          0x000000018b91fd6c _UIApplicationHandleEventFromQueueEvent + 14992
18 UIKit                          0x000000018b67fbc8 _UIApplicationHandleEventQueue + 1616
19 CoreFoundation                 0x0000000186eb6324 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24
20 CoreFoundation                 0x0000000186eb55c8 __CFRunLoopDoSources0 + 264
21 CoreFoundation                 0x0000000186eb3678 __CFRunLoopRun + 712
22 CoreFoundation                 0x0000000186de1664 CFRunLoopRunSpecific + 396
23 GraphicsServices               0x000000018ff235a4 GSEventRunModal + 168
24 UIKit                          0x000000018b6e6984 UIApplicationMain + 1488
25 CelebBooth-1D                  0x00000001000c23c4 main (main.m:16)
26 libdyld.dylib                  0x0000000197b4aa08 start + 4

最佳答案

你在使用 AppSee ?我相信 UVManager 是他们 SDK 的一部分

关于iOS 8 在 UVManager.m 中崩溃,这不是我的类(class)之一,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27075491/

相关文章:

ios - NSArchiver 与 NSKeyedArchiver

iphone - 如何使用 didFinishPickingMediaWithInfo 从视频中查找 "Selected frames"的开始和结束持续时间?

ios - 是否有像 iOS 8 photo.app 这样的图像裁剪和旋转 View Controller ?

iOS 8 照片套件。从 iCloud 照片共享相册获取最大尺寸的图像

ios - Phonegap/Cordova 在 ios8 中不工作

ios - CorePlot 1.5.1 中plotAreaViewPointForPlotPoint 的用法

iOS 航位推算

ios - StackView 内容对齐

iphone - IOS - cellForRowAtIndexPath 跳过行

objective-c - 处理关键事件时 NSTextField 泄漏