XCode を 3.2.4 に更新したところ、単体テストが機能しなくなったことがわかりました。テストをデバッグできるように、Scott Densmoreの指示に従ってターゲットと実行可能ファイルを構成しました。
テスト ターゲット (LogicTests) のベース SDK を iOS4.1 に変更し、実行可能ファイル (otest) の otest スクリプトへのパスを更新しました。
ただし、アプリケーションを iPhone シミュレーターで実行しても、単体テストを実行すると常にクラッシュします。テストを実行しようとすると、コンソールに次のように表示されます。
[Session started at 2010-09-15 23:28:37 +0200.]
GNU gdb 6.3.50-20050815 (Apple version gdb-1472) (Wed Jul 21 10:53:12 UTC 2010)
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/ttys014
Loading program into debugger…
Program loaded.
run
[Switching to process 12125]
warning: The target crashed on startup, maybe the shell is crashing.
"Try set start-with-shell 0" to workaround.
The Debugger has exited due to signal 6 (SIGABRT).The Debugger has exited due to signal 6 (SIGABRT).
あなたが提供できるかもしれない助けをいただければ幸いです!前もって感謝します。
乾杯、ゲオルグ