QT 4.8.4 debug libraries not found on Mac OSX

元气小坏坏 提交于 2019-12-13 07:38:46

问题


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

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


回答1:


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



来源:https://stackoverflow.com/questions/14984769/qt-4-8-4-debug-libraries-not-found-on-mac-osx

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!