When trying to validate my archive I got an error message CFBundleShortVersionString missing.
To fix the problem I went into Info.plist in the xml code and added CFBundleShortVersionString
new version number
This produced in plist format Bundle versions string, short
This solve my problem