问题描述
- IOS-检测工具zombie没有用
- 遇到了跟踪异常的问题,应用崩溃于下面信息:
`Terminating app due to uncaught exception 'NSUnknownKeyException' reason: [<ExpandingGridViewController 0x7574760> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key gridView.*** First throw call stack:(0x1ec2012 0x12ffe7e 0x1f4afb1 0xbd5e41 0xb575f8 0xb570e7 0xb81b58 0x28b019 0x1313663 0x1ebd45a 0x289b1c 0x14e7e7 0x14edc8 0x14eff8 0x14f232 0x44c5 0xabd66 0xab753 0xb81cc 0x60af 0x38b0 0x3156 0xfb50 0x10e46 0xb275b3 0x1e81376 0x1e80e06 0x1e68a82 0x1e67f44 0x1e67e1b 0x1e1c7e3 0x1e1c668 0x6dffc 0x2535 0x2435)libc++abi.dylib: terminate called throwing an exception`
使用工具检测Zombie也检测不出来:
在应用崩溃后,zombie没有任何痕迹:
还有别的方法检测崩溃原因么?
解决方案
ExpandingGridViewController 这个类里面没有gridView 、_gridViewself.gridView属性或者变量,检查ExpandingGridViewController类
时间: 2024-12-22 21:56:19