NSException in AppDelegate

I am a student who is new to iOS app development and am trying to create a table view controller with weather information (city, conditions, temperature, and an image of the weather condition). However, when I try to run the code, I keep getting an NSException that pulls up in the AppDelegate: libc++abi: terminating with uncaught exception of type NSException

Can someone help me with this? Thanks!

Oh man, this could be almost anything.

Are you using storyboards or Xib files? Are all your IBOutlets and IBActions connected?

Does your app run if you remove some components, or try rendering with zero rows?

Is your UITableViewCell properly registered on the table before you try to dequeue it?

NSException in AppDelegate
 
 
Q