程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 更多編程語言 >> 編程綜合問答 >> ios-IOS-檢測工具zombie沒有用

ios-IOS-檢測工具zombie沒有用

編輯:編程綜合問答
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也檢測不出來:

CSDN移動問答

在應用崩潰後,zombie沒有任何痕跡:

CSDN移動問答

還有別的方法檢測崩潰原因麼?

最佳回答:


ExpandingGridViewController 這個類裡面沒有gridView 、_gridView,self.gridView屬性或者變量,檢查ExpandingGridViewController類

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved