deploying Mac app using macdeployqt fails
-
Hello
I would like to build a self contained .app bundle with all Qt frameworks embed inside. I try to use macdeployqt on the .app. (build with QtCreator / Qt 5.8)
I get those warnings :
WARNING: Could not find any external Qt frameworks to deploy in "WaveTag.app"
WARNING: Perhaps macdeployqt was already used on "YourApp.app" ?
WARNING: If so, you will need to rebuild "YourApp.app" before trying again... and no framework is copied into the bundle
The paths showed by otool looks ok :
@rpath/QtQuick.framework/Versions/5/QtQuick (compatibility version 5.8.0, current version 5.8.0)
@rpath/QtQml.framework/Versions/5/QtQml (compatibility version 5.8.0, current version 5.8.0)
@rpath/QtNetwork.framework/Versions/5/QtNetwork (compatibility version 5.8.0, current version 5.8.0)
.. etcAny Idea ?
-
Hi,
How are you calling
macdeployqt
? -
On a side note for people coming here:
<full_path_to_qml_files_folder>
means path to the project qml files folder.