This class is not key value coding-compliant for the key Picker
问题 I added a view to my app that I open from a button and can't find what I'm doing wrong. I triple checked that dataSource & delegate are connected to File's Owner *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<HelpViewController 0xab58980> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key Picker.' The code in my viewcontroller.h @interface LanguageSelectionViewController : UIViewController { IBOutlet UILabel *label; IBOutlet