We're having an error uploading a new version of our app to the AppStore. When validating the archive we get the error message: "The value for key CFBundleVersion [2928M] in the Info.plist must be a period-separated list of non-negative integers. However checking the Version/Build settings as well as the plist file there is no wrong entry. The earlier version numbers were: Version: 1.2.2 Build: 1.2.2
New ones are: Version: 2.2 Build: 2.2
so there is no hidden "number must be higher error". What confuses me is that when looking up this error, other people got their wrong input within the brackets in the error (2928M in our case) but I have absoluetly no clue where that thing comes from. I'd appreciate any hint. :)