Qt 6.11 is out! See what's new in the release
blog
app store connect operation error
-
I'm trying to deploy my app to app store, but when validating the app in xcode Organizer, I get 2 errors:
app store connect operation error the info.plist in the package must contain the cfbundleversion keyapp store connect operation error the info.plist in the package must contain the cfbundleShortversionString keyBut I have thoose in my info.plist:
....... <key>CFBundleShortVersionString</key> <string>1.2.0</string> <key>CFBundleSignature</key> <string>${QMAKE_PKGINFO_TYPEINFO}</string> <key>CFBundleVersion</key> <string>1.2.0</string> .......I'm using Mojave 10.14.6, xcode 11.0, QtCreator 4.11.0, based on Qt 5.14.0. Any ideias how to solve this ?