MacOs .app Application doesn't start when double clicking
Solved
General and Desktop
-
Hi,
I've made an application for MacOs using Qt 5.12.2 clang64 and macOs High Sierra. I correctly deployed the application using macdeployqt and referring to this link.
When I click on the .app file the application doesn't start and I get this error:
That says "Impossible to open Test because of a problem. Contact the developer...". When I click on Report ("Resoconto") it displays nothing!
So I really don't have any feedback on what is happening! The application with QtCreator works well, both in release and debug mode. Is there something I can check to understand what's wrong? Is it possible that it doesn't find some libs? macdeployqt run without errors so I suppose it linked all the correct libraries.
Thanks you for the support!