On Apr 1, 2013, at 13:16 , Koen van der Drift <koenvanderdr...@gmail.com> 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 (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to