在Mac OSX上找不到QT 4.8.4调试库

在Mac OSX上找不到QT 4.8.4调试库

问题描述:

我在Mac OSX 10.8.2上. 我同时安装了用于Mac的Qt库4.8.4(185 MB)和来自 http://qt的调试库(480 MB) -project.org/downloads

I'm on Mac OSX 10.8.2. I installed both Qt libraries 4.8.4 for Mac (185 MB) and debug libraries (480 MB) from http://qt-project.org/downloads

当我尝试在Qt Creator(2.6.2)中调试应用程序时,在应用程序输出中得到以下几行:

When I try to debug an application in Qt Creator (2.6.2) I get the following lines in the application output:

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).

上述文件存在. 两个调试窗口始终保持为空,当我将鼠标移到窗口上时,只有鼠标变成时钟.

The files mentioned above exist. The two debug windows stay empty all the time, only the mouse turns to a clock when I move it over the windows.

如果应用程序崩溃,我唯一得到的就是代码中正确的位置.

The only thing I get is the right position in the code if the application crashes.

感谢您的帮助! 托比亚斯

Thanks for your help! Tobias

我刚刚遇到了问题.我通过用lldb更改调试器dbg来解决了这个问题.

I've just had the problem. I solved this by changing the debugger dbg by lldb.