My app crashes on launch with the following error:
Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key tableViewChannels.
This is a project that I've inherited and re-worked significantly. I thought initially that tableViewChannels was an old array, but I've searched the whole project in XCode and it doesn't appear anywhere.
I went into the storyboard with my favorite text editor to look at the raw XML, and did indeed find two instances of "tableViewChannels" which appear to have been old IBOutlets (they no longer actually appear in the visual storyboard). I deleted both, saved, cleaned the build folder, restarted XCode, and still crash with exactly the same error. I'm perplexed as to where this code is still lurking in the project. I appreciate any help. Thanks!