我在 Mac OSX 10.8.2 上。我从http://qt-project.org/downloads安装了 Qt 库 4.8.4 for Mac (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).
上面提到的文件是存在的。两个调试窗口一直是空的,当我将鼠标移到窗口上时,只有鼠标变成了时钟。
如果应用程序崩溃,我唯一得到的是代码中的正确位置。
谢谢你的帮助!托拜厄斯