• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: getting NSUnknownKeyException after editing NIB with IB 3.0
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: getting NSUnknownKeyException after editing NIB with IB 3.0


  • Subject: Re: getting NSUnknownKeyException after editing NIB with IB 3.0
  • From: Gonzalo Castro <email@hidden>
  • Date: Tue, 6 Nov 2007 23:28:21 -0500

Jon,

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
References: 
 >getting NSUnknownKeyException after editing NIB with IB 3.0 (From: Gonzalo Castro <email@hidden>)
 >Re: getting NSUnknownKeyException after editing NIB with IB 3.0 (From: Jon Hess <email@hidden>)

  • Prev by Date: Crash in code linked with ld64 but not if linked with ld_classic
  • Next by Date: Fwd: Problems with InterfaceBuilder.framework in xcode 2.5
  • Previous by thread: Re: getting NSUnknownKeyException after editing NIB with IB 3.0
  • Next by thread: Build error on version 10.5
  • Index(es):
    • Date
    • Thread