I searched for "firstName" in the output to 'ibtool -connections MainMenu.nib' and hit this one dictionary entry:
<key>2502</key>
<dict>
<key>destination-id</key>
<integer>396</integer>
<key>destination-label</key>
<string>employees</string>
<key>label</key>
<string>value: selection.firstName</string>
<key>source-id</key>
<integer>2498</integer>
<key>source-label</key>
<string>Text Field (Alexander)</string>
<key>type</key>
<string>IBBindingConnection</string>
</dict>
Looking at the source and destination IDs in IB confirmed the intended binding; from employees array controller to a texfield. So, the source and destination IDs check out.
I tried deleting the text field bound to firstName but the next app launch I got the same NSUnknownKeyException error but with a different key; "lastName". I then deleted the text field bound to lastName but then the same error, different key and binding. I did this a couple more times with the same results.
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden