Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
None
-
4.8.6, 5.3.0 Beta1, 5.3.1
-
OS X 10.9, 10.10
Description
When you try to use macdeployqt it's work fine and you can see the Frameworks folder in application bundle. But when you try to deploy it using the Apple tools to prepare app and then send to Apple Store you can get errors with 'codesign' tool for frameworks. To fix it you need to copy all Info.plist files from Qt frameworks to Frameworks in your application bundle.
I've attached the script's template which helped me to deploy my application. I hope this help to you!
In this script's template you need to change:
1. <Qt_path> - The path to Qt folder.
2. <app_name> - The path and name of Application bundle without ".app"
3. Team ID - The Mac Developer ID. To get it you need to be a Mac Developer.
Attachments
Issue Links
- is replaced by
-
QTBUG-32896 OS X Frameworks can not be code signed correctly, existing instructions are incorrect
- Closed
- relates to
-
QTBUG-32896 OS X Frameworks can not be code signed correctly, existing instructions are incorrect
- Closed
-
QTBUG-36429 Adjust macdeployqt for AppStore signing
- Closed