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!