I am running my app and when I click a navigation button which is supposed to take me to a TableViewController, it crashes, giving me this error:
*** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key index.'
It is also highlighting where the error occurred, pointing to this line in my DataTableViewController class:
CoordinatesCustomCell *cell = [tableView dequeueReusableCellWithIdentifier:@"CoordinatesCustomCell" forIndexPath:indexPath];
I really have no idea what this means and could use some help
github for code: https://github.com/nneeranjun/Maps.git