I had this exact same error message when uploading my app to the App Store. I discovered it was due to a malformed CFBundleShortVersionString. My version string was 1.0.0-beta which was invalid. Changing it to 1.0.0 fixed the issue.
This might not be the same as your problem but hopefully it helps someone.