Here is the application output for debug mode. Apparently QT wasn't installed correctly, but I don't know how it even compiles if it can't find QtCore, etc? I have no idea where that world clock stuff is coming from. Sorry for my ignorance, but how do I do a proper back trace?
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 QtXml.framework/Versions/4/QtXml (file not found).
Unable to read symbols from "QtXml" (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).
Unable to read symbols for QtCore.framework/Versions/4/QtCore (file not found).
Unable to read symbols from "QtCore" (not yet mapped into memory).
Could not find object file "/private/tmp/qt-stuff-6474/source/qt-everywhere-opensource-src-4.7.0/examples/designer/customwidgetplugin/.obj/debug-shared/analogclock.o" - no debug information available for "analogclock.cpp".
Could not find object file "/private/tmp/qt-stuff-6474/source/qt-everywhere-opensource-src-4.7.0/examples/designer/customwidgetplugin/.obj/debug-shared/customwidgetplugin.o" - no debug information available for "customwidgetplugin.cpp".
Could not find object file "/private/tmp/qt-stuff-6474/source/qt-everywhere-opensource-src-4.7.0/examples/designer/customwidgetplugin/.obj/debug-shared/moc_analogclock.o" - no debug information available for ".moc/debug-shared/moc_analogclock.cpp".
Could not find object file "/private/tmp/qt-stuff-6474/source/qt-everywhere-opensource-src-4.7.0/examples/designer/customwidgetplugin/.obj/debug-shared/moc_customwidgetplugin.o" - no debug information available for ".moc/debug-shared/moc_customwidgetplugin.cpp".
Could not find object file "/private/tmp/qt-stuff-6474/source/qt-everywhere-opensource-src-4.7.0/examples/designer/worldtimeclockplugin/.obj/debug-shared/worldtimeclock.o" - no debug information available for "worldtimeclock.cpp".
Could not find object file "/private/tmp/qt-stuff-6474/source/qt-everywhere-opensource-src-4.7.0/examples/designer/worldtimeclockplugin/.obj/debug-shared/worldtimeclockplugin.o" - no debug information available for "worldtimeclockplugin.cpp".
Could not find object file "/private/tmp/qt-stuff-6474/source/qt-everywhere-opensource-src-4.7.0/examples/designer/worldtimeclockplugin/.obj/debug-shared/moc_worldtimeclock.o" - no debug information available for ".moc/debug-shared/moc_worldtimeclock.cpp".
Could not find object file "/private/tmp/qt-stuff-6474/source/qt-everywhere-opensource-src-4.7.0/examples/designer/worldtimeclockplugin/.obj/debug-shared/moc_worldtimeclockplugin.o" - no debug information available for ".moc/debug-shared/moc_worldtimeclockplugin.cpp".
2011-04-04 17:05:25.579 vmfdebuger[6072:a0f] -[NSCFArray name]: unrecognized selector sent to instance 0x102ea6650
Qt has caught an exception thrown from an event handler. Throwing
exceptions from an event handler is not supported in Qt. You must
reimplement
QApplication::notify() and
catch all exceptions there.
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 QtXml.framework/Versions/4/QtXml (file not found).
Unable to read symbols from "QtXml" (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).
Unable to read symbols for QtCore.framework/Versions/4/QtCore (file not found).
Unable to read symbols from "QtCore" (not yet mapped into memory).
Could not find object file "/private/tmp/qt-stuff-6474/source/qt-everywhere-opensource-src-4.7.0/examples/designer/customwidgetplugin/.obj/debug-shared/analogclock.o" - no debug information available for "analogclock.cpp".
Could not find object file "/private/tmp/qt-stuff-6474/source/qt-everywhere-opensource-src-4.7.0/examples/designer/customwidgetplugin/.obj/debug-shared/customwidgetplugin.o" - no debug information available for "customwidgetplugin.cpp".
Could not find object file "/private/tmp/qt-stuff-6474/source/qt-everywhere-opensource-src-4.7.0/examples/designer/customwidgetplugin/.obj/debug-shared/moc_analogclock.o" - no debug information available for ".moc/debug-shared/moc_analogclock.cpp".
Could not find object file "/private/tmp/qt-stuff-6474/source/qt-everywhere-opensource-src-4.7.0/examples/designer/customwidgetplugin/.obj/debug-shared/moc_customwidgetplugin.o" - no debug information available for ".moc/debug-shared/moc_customwidgetplugin.cpp".
Could not find object file "/private/tmp/qt-stuff-6474/source/qt-everywhere-opensource-src-4.7.0/examples/designer/worldtimeclockplugin/.obj/debug-shared/worldtimeclock.o" - no debug information available for "worldtimeclock.cpp".
Could not find object file "/private/tmp/qt-stuff-6474/source/qt-everywhere-opensource-src-4.7.0/examples/designer/worldtimeclockplugin/.obj/debug-shared/worldtimeclockplugin.o" - no debug information available for "worldtimeclockplugin.cpp".
Could not find object file "/private/tmp/qt-stuff-6474/source/qt-everywhere-opensource-src-4.7.0/examples/designer/worldtimeclockplugin/.obj/debug-shared/moc_worldtimeclock.o" - no debug information available for ".moc/debug-shared/moc_worldtimeclock.cpp".
Could not find object file "/private/tmp/qt-stuff-6474/source/qt-everywhere-opensource-src-4.7.0/examples/designer/worldtimeclockplugin/.obj/debug-shared/moc_worldtimeclockplugin.o" - no debug information available for ".moc/debug-shared/moc_worldtimeclockplugin.cpp".
2011-04-04 17:05:25.579 vmfdebuger[6072:a0f] -[NSCFArray name]: unrecognized selector sent to instance 0x102ea6650
Qt has caught an exception thrown from an event handler. Throwing
exceptions from an event handler is not supported in Qt. You must
reimplement QApplication::notify() and catch all exceptions there.
To copy to clipboard, switch view to plain text mode
Bookmarks