Deploy a Qt application on the Mac App Store
-
Hi
I try to deploy my application Zeecrowd.app on the Mac Store. Zeecrowd.app has been compiled with QtCreator as a bundle.
After spend a long time to read the forum (thx qt-project) i tried to resolved a lot of problems due the QtFramework and macdeployqt :(
But i can't resolve this one :
"ERROR ITMS-9000: "App sandbox not enabled. The following executables must include the "come.apple.security.app-sandbox" entitlement with a Boolean value of true in the entitlement property list : ...."
I added the the "come.apple.security.app-sandbox" in the Info.plist file but doesn't work
Any idea ?
-
I found , the .entitlement file is missed in my bundle and i must sign the Bundle with the "--entitlement" option