iOS-缺少某個(gè)類:personerTViewCell

由于整理項(xiàng)目的文件分類,把原來(lái)工程中的文件與本地的進(jìn)行了一次整理,personerTView.xib文件沒(méi)有拖入工程中,出現(xiàn)如下報(bào)錯(cuò):
2017-03-27 10:36:22.715 BBJD[26184:812378] UMLOG: error: session_id=C75EF3A13398CBDA8DD51DEB11B200B9, context=Could not load NIB in bundle: 'NSBundle </Users/cbwl/Library/Developer/CoreSimulator/Devices/B1BB128F-6B23-468D-9488-25628123FB6C/data/Containers/Bundle/Application/11421B19-CEF4-4FE8-9177-7CF4030D0188/BBJD.app> (loaded)' with name 'personerTViewCell'
(null)
((
0 CoreFoundation 0x0000000102fe934b __exceptionPreprocess + 171
1 libobjc.A.dylib 0x000000010811a21e objc_exception_throw + 48
2 CoreFoundation 0x0000000103052265 +[NSException raise:format:] + 197
3 UIKit 0x0000000105de8bd2 -[UINib instantiateWithOwner:options:] + 507
4 UIKit 0x0000000105b35df4 -[UITableView _dequeueReusableViewOfType:withIdentifier:] + 399
5 BBJD 0x00000001008a58c5 +[personerTViewCell personerTableViewCellWith:indexPath:msg:] + 133
6 BBJD 0x00000001008cb656 -[personerVController tableView:cellForRowAtIndexPath:] + 118
7 UIKit 0x0000000105b497b5 -[UITableView _createPreparedCellForGlobalRow:withIndexPath:willDisplay:] + 757
8 UIKit 0x0000000105b49a13 -[UITableView _createPreparedCellForGlobalRow:willDisplay:] + 74
9 UIKit 0x0000000105b1d47d -[UITableView _updateVisibleCellsNow:isRecursive:] + 3295
10 UIKit 0x0000000105b52d95 -[UITableView _performWithCachedTraitCollection:] + 110
11 UIKit 0x0000000105b395ef -[UITableView layoutSubviews] + 222
12 UIKit 0x0000000105aa0f50 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 1237
13 QuartzCore 0x0000000104c5bcc4 -[CALayer layoutSublayers] + 146
14 QuartzCore 0x0000000104c4f788 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 366
15 QuartzCore 0x0000000104c4f606 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 24
16 QuartzCore 0x0000000104bdd680 _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 280
17 QuartzCore 0x0000000104c0a767 _ZN2CA11Transaction6commitEv + 475
18 UIKit 0x00000001059d5a97 _UIApplicationFlushRunLoopCATransactionIfTooLate + 206
19 UIKit 0x00000001061e56e0 __handleEventQueue + 5672
20 CoreFoundation 0x0000000102f8e311 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 17
21 CoreFoundation 0x0000000102f7359c __CFRunLoopDoSources0 + 556
22 CoreFoundation 0x0000000102f72a86 __CFRunLoopRun + 918
23 CoreFoundation 0x0000000102f72494 CFRunLoopRunSpecific + 420
24 GraphicsServices 0x000000010bbb4a6f GSEventRunModal + 161
25 UIKit 0x00000001059dc964 UIApplicationMain + 159
26 BBJD 0x0000000100a0059f main + 111
27 libdyld.dylib 0x0000000109ca068d start + 1
28 ??? 0x0000000000000001 0x0 + 1
)

dSYM UUID: 449FF78F-B07A-3F53-9512-FD20F664363C
CPU Type: x86_64
Slide Address: 0x0000000100000000
Binary Image: BBJD
Base Address: 0x0000000100887000
2017-03-27 10:36:22.716 BBJD[26184:812378] UMLOG: session: session_id=C75EF3A13398CBDA8DD51DEB11B200B9, duration=3.520055
libc++abi.dylib: terminate_handler unexpectedly threw an exception

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請(qǐng)結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡(jiǎn)書系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

  • 轉(zhuǎn)自http://www.raywenderlich.com/zh-hans/30818/ios應(yīng)用崩潰日志揭秘 ...
    RunSnails閱讀 4,647評(píng)論 2 22
  • 今天碰巧下載了QQ瀏覽器iOS版本,居然一啟動(dòng)就掛了。后來(lái)從手機(jī)里面把崩潰信息導(dǎo)出來(lái),仔細(xì)研究下,把研究的結(jié)果放到...
    yqmfly閱讀 3,246評(píng)論 1 1
  • 異常編碼 在研究真實(shí)閃退場(chǎng)景之前,還有一點(diǎn)需要重點(diǎn)介紹一下:就是那些有趣的異常編碼 。 你可以在報(bào)告的異常部分——...
    中二修行者閱讀 2,059評(píng)論 0 3
  • 什么是崩潰報(bào)告 官方細(xì)詳介紹了崩潰官方細(xì)詳介紹了如何查看崩潰日志 頭(Header) 大部分字段一看就知道是什么意...
    沈冰忱閱讀 8,903評(píng)論 0 13
  • 一位父親能為孩子做的最好的事,就是愛(ài)他們的母親。因?yàn)槟芨惺艿秸煞虻膼?ài)和分擔(dān),女人的心會(huì)變得柔軟而舒暢。脾氣都會(huì)變得...
    心羽暖姐姐閱讀 481評(píng)論 0 0

友情鏈接更多精彩內(nèi)容