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

时间:2013-02-20 16:21:24

标签: macos qt debugging libraries

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

当我尝试在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).

存在上述文件。 两个调试窗口一直保持空白,当我在窗口上移动鼠标时,只有鼠标转到时钟。

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

感谢您的帮助! 托拜厄斯

1 个答案:

答案 0 :(得分:0)

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