Qt - CFBundleExecutable issue: ERROR ITMS-90260

Our application is written in Qt. When uploading the signed PKG-file with Application Loader 3.0 we get the following message:

ERROR ITMS-90260: Bad Bundle Executable. You must include a valid CFBundleExecutable key in the nested bundle


We added this string in the info.plist


<key>CFBundleExecutable</key>
     <string>QtCore</string>


Tis is what the Mac Developer Library is telling us:

For frameworks, the value of this key is required to be the same as the framework name, minus the

.framework
extension. If the keys are not the same, the target system may incur some launch-performance penalties. The value should not include any extension on the name.



But the error message still appears. What is to do? Are there any Qt-apps in the App store?

Qt - CFBundleExecutable issue: ERROR ITMS-90260
 
 
Q