Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Crash on OS X when launched by double clicking .app and OK when running the app from terminal

$
0
0
Code is at Github [github.com] I’m building in Release in Qt Creator 3.3.0 in Qt 5.4. Then running macdeployqt xpiks-qt.app -verbose=2 -dmg -executable=xpiks-qt.app/Contents/MacOS/xpiks-qt -qmldir=../xpiks-qt/ -qmldir=../xpiks-qt/Components/ -qmldir=../xpiks-qt/Constants/ -qmldir=../xpiks-qt/Dialogs/ -qmldir=../xpiks-qt/StyledControls/ Afterwards, builded .dmg file I transfer on other identical OS X Yosemite and try to run it. When runned from terminal from directory Contents/MacOS, everything is ok, but when double-clicked on app bundle, application crashes WHEN i’m opening FileDialog. Anybody knows how to fix it?

Viewing all articles
Browse latest Browse all 2113

Trending Articles