美文网首页
iOS-缺少某个类:personerTViewCell

iOS-缺少某个类:personerTViewCell

作者: 涛涛灬灬 | 来源:发表于2017-03-27 11:03 被阅读0次

    由于整理项目的文件分类,把原来工程中的文件与本地的进行了一次整理,personerTView.xib文件没有拖入工程中,出现如下报错:
    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

    相关文章

      网友评论

          本文标题:iOS-缺少某个类:personerTViewCell

          本文链接:https://www.haomeiwen.com/subject/eaolottx.html