私は Mac OSX 10.8.2 を使用しています。http://qt-project.org/downloadsから Mac 用の Qt ライブラリ 4.8.4 (185 MB) とデバッグ ライブラリ (480 MB) の両方をインストールしました。
Qt Creator (2.6.2) でアプリケーションをデバッグしようとすると、アプリケーションの出力に次の行が表示されます。
Unable to read symbols for QtSql.framework/Versions/4/QtSql (file not found).
Unable to read symbols from "QtSql" (not yet mapped into memory).
Unable to read symbols for QtCore.framework/Versions/4/QtCore (file not found).
Unable to read symbols from "QtCore" (not yet mapped into memory).
Unable to read symbols for QtGui.framework/Versions/4/QtGui (file not found).
Unable to read symbols from "QtGui" (not yet mapped into memory).
Unable to read symbols for QtNetwork.framework/Versions/4/QtNetwork (file not found).
Unable to read symbols from "QtNetwork" (not yet mapped into memory).
上記のファイルが存在します。2 つのデバッグ ウィンドウは常に空のままで、マウスをウィンドウの上に移動すると、マウスだけが時計に変わります。
アプリケーションがクラッシュした場合に得られるのは、コード内の正しい位置だけです。
ご協力いただきありがとうございます!トバイアス