検索フィールドの設定箇所を見直した。

見直して、検索フィールドの場所を発見。
インスペクタパネルのバインディングパネル選択後に表示されるパネルの、一番下に存在した。
なので、さっそく設定して本と同じ設定にしてみた。
動かして動作確認。
そしたら入力しても失敗した。
コンソールにはこんなログが流れてきた。

[Session started at 0021-11-05 16:09:51 +0900.]
GNU gdb 6.3.50-20050815 (Apple version gdb-1344) (Fri Jul 3 01:19:56 UTC 2009)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin".tty /dev/ttys000
プログラムをデバッガに読み込み中...
プログラムは読み込まれました。
run
[Switching to process 1835]
実行中...
2009-11-05 16:09:54.516 SecretManager[1835:a0f] Entry#rbValueForKey: RuntimeError: Entry: this class is not key value coding-compliant for the key "keyPath"
/System/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_import.rb:511:in `kvc_accessor_notfound'
/System/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_import.rb:477:in `rbValueForKey'
/Users/src/RubyCocoa/SecretManager/build/Debug/SecretManager.app/Contents/Resources/rb_main.rb:22:in `NSApplicationMain'
/Users/src/RubyCocoa/SecretManager/build/Debug/SecretManager.app/Contents/Resources/rb_main.rb:22
/System/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_import.rb:511:in `kvc_accessor_notfound': Entry: this class is not key value coding-compliant for the key "keyPath" (RuntimeError)
from /System/Library/Frameworks/RubyCocoa.framework/Resources/ruby/osx/objc/oc_import.rb:477:in `rbValueForKey'
from /Users/src/RubyCocoa/SecretManager/build/Debug/SecretManager.app/Contents/Resources/rb_main.rb:22:in `NSApplicationMain'
from /Users/src/RubyCocoa/SecretManager/build/Debug/SecretManager.app/Contents/Resources/rb_main.rb:22

Debugger stopped.
Program exited with status value:1.(gdb)

なにがダメなんだろう?