Я получаю Cra sh отчет от firebase ниже, как мне узнать, с каким файлом он связан в проекте? Ниже представлен Cra sh Report. как узнать, какой файл вызывает ошибку sh?
[<UITableViewController 0x113bba3c0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key adAndCountView.
-[NSObject(NSKindOfAdditions) isNSSet__]
keyboard_arrow_down
Fatal Exception: NSUnknownKeyException
0 CoreFoundation 0x18c2ed794 __exceptionPreprocess
1 libobjc.A.dylib 0x18c00fbcc objc_exception_throw
2 CoreFoundation 0x18c1f2a58 -[NSObject(NSKindOfAdditions) isNSSet__]
3 Foundation 0x18c5d350c -[NSObject(NSKeyValueCoding) setValue:forKey:]
4 UIKitCore 0x18fd49418 -[UIViewController setValue:forKey:]
5 UIKitCore 0x19002a9ec -[UIRuntimeOutletConnection connect]
6 CoreFoundation 0x18c1c8c10 -[NSArray makeObjectsPerformSelector:]
7 UIKitCore 0x190027ba4 -[UINib instantiateWithOwner:options:]
8 UIKitCore 0x18fd501b4 -[UIViewController _loadViewFromNibNamed:bundle:]
9 UIKitCore 0x18fd50c2c -[UIViewController loadView]
10 UIKitCore 0x18fd42988 -[UITableViewController loadView]
11 UIKitCore 0x18fd50ee4 -[UIViewController loadViewIfRequired]
12 UIKitCore 0x18fd515e8 -[UIViewController view]
13 UIKitCore 0x18fcb0e5c -[UINavigationController _startCustomTransition:]
14 UIKitCore 0x18fcc4d24 -[UINavigationController _startDeferredTransitionIfNeeded:]
15 UIKitCore 0x18fcc60c4 -[UINavigationController __viewWillLayoutSubviews]
16 UIKitCore 0x18fca9624 -[UILayoutContainerView layoutSubviews]
17 UIKitCore 0x19084885c -[UIView(CALayerDelegate) layoutSublayersOfLayer:]
18 QuartzCore 0x192ddb724 -[CALayer layoutSublayers]
19 QuartzCore 0x192de187c CA::Layer::layout_if_needed(CA::Transaction*)
20 QuartzCore 0x192dec3c0 CA::Layer::layout_and_display_if_needed(CA::Transaction*)
21 QuartzCore 0x192d34f1c CA::Context::commit_transaction(CA::Transaction*, double)
22 QuartzCore 0x192d5e8bc CA::Transaction::commit()
23 QuartzCore 0x192d5f2d0 CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*)
24 CoreFoundation 0x18c26b06c __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__
25 CoreFoundation 0x18c265f60 __CFRunLoopDoObservers
26 CoreFoundation 0x18c2663dc __CFRunLoopRun
27 CoreFoundation 0x18c265ce8 CFRunLoopRunSpecific
28 GraphicsServices 0x1963b038c GSEventRunModal
29 UIKitCore 0x190394444 UIApplicationMain
30 LendingTree 0x100133018 main + 14 (HLEstimatePriceView.swift:14)
31 libdyld.dylib 0x18c0ed8f0 start