Hi everyone!
At last I found the solution of my problem:
macdeployqt <your_app_name>.app -verbose=1 -qmldir=../../<your_app_src_folder>/qml/ -executable=<your_app_name>.app/Contents/MacOS/<your_app_name>
This command is generate correct app. But I have a small problem with my QML Plugin. The command is copied the “myApp.app” not the plugin. And I don’t understand why. But if I copy it myself it’s works correct.
Also my app is change style for component. How I can set correct style if I don’t change it in my code?
The next step I’ll try to use certificates to upload app in App Store.
↧