App crashes for unknown reason.

This App has been perfectly fine untill i built the app again this morning first it was missing parce dont know how that got unlinked... now its throwing up random errors one after another! I havent updated Xcode and i have a dealine tomorrow... Why all the problems now? Ok without more ranting im not sure what this error is, any clues or information to help fix it is appreciated.

2018-03-26 11:22:10.978724-0600 WOLC[6555:1139283] *** Assertion failure in -[UITableView _dequeueReusableCellWithIdentifier:forIndexPath:usingPresentationValues:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKit/UIKit-3698.34.4/UITableView.m:7880
2018-03-26 11:22:10.981916-0600 WOLC[6555:1139283] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'unable to dequeue a cell with identifier WOL Live - must register a nib or a class for the identifier or connect a prototype cell in a storyboard'
*** First throw call stack:
(0x183b33164 0x182d7c528 0x183b33038 0x1844cd7f4 0x18d417564 0x18d2504dc 0x1022a9afc 0x1022a9cfc 0x18d428a30 0x18d428f94 0x18d407818 0x18d1be284 0x18d0eae18 0x187b77948 0x187b7bad0 0x187ae831c 0x187b0fb40 0x187b10980 0x183adacdc 0x183ad8694 0x183ad8c50 0x1839f8c58 0x1858a4f84 0x18d1515c4 0x1022a8598 0x18351856c)
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb)
Answered by TechyGod in 301925022

Ok so here is what happened! Somehow along the way i forgot to call for the cell to be reusable... The result war the TableView had controll... Noobish misstake hope this thread helps someone at least.

Aparently im unable to rename anything... i get a Thread 1: signal SIGABRT

class AppDelegate: UIResponder, UIApplicationDelegate, CLLocationManagerDelegate {


still getting No such module 'Parse' but im ignoring it as its not preventing the build.


The crash report


2018-03-26 11:57:11.018651-0600 WOLC[6616:1155816] *** Assertion failure in -[UITableView _dequeueReusableCellWithIdentifier:forIndexPath:usingPresentationValues:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKit/UIKit-3698.34.4/UITableView.m:7880
2018-03-26 11:57:11.019431-0600 WOLC[6616:1155816] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'unable to dequeue a cell with identifier Directions - must register a nib or a class for the identifier or connect a prototype cell in a storyboard'
*** First throw call stack:
(0x183b33164 0x182d7c528 0x183b33038 0x1844cd7f4 0x18d417564 0x18d2504dc 0x1044d5adc 0x1044d5cdc 0x18d428a30 0x18d428f94 0x18d407818 0x18d1be284 0x18d0eae18 0x187b77948 0x187b7bad0 0x187ae831c 0x187b0fb40 0x187b10980 0x183adacdc 0x183ad8694 0x183ad8c50 0x1839f8c58 0x1858a4f84 0x18d1515c4 0x1044d4578 0x18351856c)
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb)


One thing is clear it's the UITabileView not parse crashing the app.

Accepted Answer

Ok so here is what happened! Somehow along the way i forgot to call for the cell to be reusable... The result war the TableView had controll... Noobish misstake hope this thread helps someone at least.

App crashes for unknown reason.
 
 
Q