Bundled App wont start, Run in QT Creator works
-
MacOs Ventura, Qt 5.15.2.
I have finally managed to get the Qt Creator IDE to build and launch my app successfully.
All I want to do now is bundle this as a MacOS DMG package.
I have tried running deploymacqt , but the app crashes silently.
How can I get the Qt Creator to build the DMG using all the artefacts and settings it uses for the build and run?
Is there also a way of converting the IDE build and run steps into a bash script so that the task may be automated?
I am hoping these commands can be found somewhere, and copy/pasted into a script.
-
Hi,
You can call qmake and make from them command line.
Are you using any third party library ?
Did you sign your application ?
Did you try to start it from the command line to see if there was something reported ?