我已经试图找出这个bug很长一段时间了,我无法弄清楚错误的位置(我的代码中的每个地方都有一个调试点),我很想知道如果我可以使用错误找出它的位置(即找出0x100b15ad0的实例)
以下有趣的错误:
2016-10-21 23:09:56.870436 AppName[1992:639323] -[AppName.ScannerView unhighlight]: unrecognized selector sent to instance 0x100b15ad0
2016-10-21 23:09:56.871918 AppName[1992:639323] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[AppName.ScannerView unhighlight]: unrecognized selector sent to instance 0x100b15ad0'
*** First throw call stack:
(0x1851001c0 0x183b3855c 0x185107278 0x185104278 0x184ffe59c 0x185be7988 0x1850ae8f4 0x1850ae608 0x1850adec4 0x1850abac0 0x184fda048 0x186a5d198 0x18afb3818 0x18afae550 0x100024994 0x183fbc5b8)
libc++abi.dylib: terminating with uncaught exception of type NSException