这是我从关键时刻得到的崩溃报告。
Thread: Unknown Name (Crashed)
0 libobjc.A.dylib 0x3a0b3054 <redacted>
1 libobjc.A.dylib 0x3a0b2f9b <redacted>
2 libobjc.A.dylib 0x3a0b2f67 <redacted>
3 libobjc.A.dylib 0x3a0b261b <redacted>
4 myApp 0x000fa697 -[LBYouTubePlayerController _didSuccessfullyExtractYouTubeURL:] (LBYouTubePlayerController.m:83)
5 myApp 0x000fa72d -[LBYouTubePlayerController youTubeExtractor:didSuccessfullyExtractYouTubeURL:] (LBYouTubePlayerController.m:101)
6 myApp 0x000fa073 -[LBYouTubeExtractor _didSuccessfullyExtractYouTubeURL:] (LBYouTubeExtractor.m:224)
7 myApp 0x000fa2bf -[LBYouTubeExtractor connectionDidFinishLoading:] (LBYouTubeExtractor.m:272)
8 myApp 0x00114137 __52-[CRNetworkMonitor swizzleDidFinishLoadingForClass:]_block_invoke210 + 27
9 Foundation 0x32b476fd <redacted>
10 Foundation 0x32a871f9 <redacted>
11 Foundation 0x32a87115 <redacted>
12 CFNetwork 0x31ee945f <redacted>
13 CFNetwork 0x31ee8b43 <redacted>
14 CFNetwork 0x31f10fcb <redacted>
15 CoreFoundation 0x3215274d CFArrayApplyFunction
16 CFNetwork 0x31f1142b <redacted>
17 CFNetwork 0x31e7503d <redacted>
18 CoreFoundation 0x321e1683 <redacted>
19 CoreFoundation 0x321e0f7f <redacted>
20 CoreFoundation 0x321dfcb7 <redacted>
21 CoreFoundation 0x32152ebd CFRunLoopRunSpecific
22 CoreFoundation 0x32152d49 CFRunLoopRunInMode
23 GraphicsServices 0x35d1e2eb GSEventRunModal
24 UIKit 0x34068301 UIApplicationMain
25 myApp 0x000ef9e7 main (main.m:16)
我无法弄清楚发生了什么。
这些是文件LBYouTubePlayerController.m
和
答案 0 :(得分:0)
这一行的问题:
8 myApp 0x00114137 __52-[CRNetworkMonitor swizzleDidFinishLoadingForClass:]_block_invoke210 + 27
这是 Crittercism 库中的错误! 此错误已在v.4.3.2 SDK中修复。
更多信息: https://github.com/AFNetworking/AFNetworking/issues/1853