I am trying to setup a label in my nib for a TableViewCell. I receive an error which comes up a bit on stackoverflow.
The error is
Crash: [<NSObject 0x941f4a0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key displayName.
The issue is I am not sure If I should be connecting the Table View Cell (object) to the File’s Owner. If I am, I am not sure which outlet should this be?



Some steps to success