我在iDevice上运行应用程序并且我始终如一地得到此错误:
libobjc.A.dylib`objc_destructInstance:
0x195b1bedc: stp x20, x19, [sp, #-32]!
0x195b1bee0: stp fp, lr, [sp, #16]
0x195b1bee4: add fp, sp, #16
0x195b1bee8: mov x19, x0
0x195b1beec: cbz x19, 0x195b1bf64 ; objc_destructInstance + 136
0x195b1bef0: ldr x8, [x19]
0x195b1bef4: and x9, x8, #0x1
0x195b1bef8: tbz w8, #0, 0x195b1bf04 ; objc_destructInstance + 40
0x195b1befc: ubfm x10, x8, #2, #2
0x195b1bf00: b 0x195b1bf14 ; objc_destructInstance + 56
0x195b1bf04: ldr x10, [x8, #32] <-------- EXC_BAD_ACCESS
我正在使用ARC,所以我认为我不必管理各种retain / deallocs。线索视图对我没有帮助,除了告诉我它来自AVFoundation。