Re: Stubborn setValue:forUndefinedKey error
Re: Stubborn setValue:forUndefinedKey error
- Subject: Re: Stubborn setValue:forUndefinedKey error
- From: Quincey Morris <email@hidden>
- Date: Mon, 01 Apr 2013 13:27:38 -0700
On Apr 1, 2013, at 13:16 , Koen van der Drift <email@hidden> wrote:
> I am getting the following error when loading a viewController:
>
> *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<IDSelectionViewController 0x75bff50> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key settingsTable.'
>
> I understand why this error can occur, but I am not using a 'settingsTable' at all. I do have a settingsTable in another viewController, but I have triple-checked that the correct File Owner is set in IB.
It's not a question of the wrong target of the binding, but the wrong binding name in the originator of the binding.
Select File's Owner in the nib, display the Connections inspector, and look under "Referencing Bindings". That should show you an object bound using the binding "settingsTable".
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden