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
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…