Having trouble while uploading a update to macOS Application

Hi,


We are trying to upload the update to our existing application on App Store. The current version on the App Store is 2.0.0 and build number is 6.

Now, when we try to upload the newer version 2.0.2 and build number 2, we get error saying "This bundle is invalid. The value for the key CFBundleVersion [2] in the Info.plist must contain higher version than that of previously uploaded version [6]".


Info.plist is also updated correctly for this update and we see it in the Application Loaded logs:


[2017-05-23 10:10:36 EDT] <main> DBG-X: parameter Metadata = <?xml version="1.0" encoding="UTF-8"?>

<package version="software5.2" xmlns="http://apple.com/itunes/importer">

<software_assets apple_id="1141174924"

bundle_short_version_string="2.0.2"

bundle_version="2"

bundle_identifier="...">

<asset type="product-archive">

<data_file>

...

<size>1379216</size>

</data_file>

</asset>

</software_assets>

</package>


Any suggestion on this error. Also, our application contains the extension and it also has the same versioning.


Thanks,

Sanjay.

Replies

It seems like your question contains its own answer:

The value for the key CFBundleVersion [2] in the Info.plist must contain higher version than that of previously uploaded version [6].


Maybe you should set it to 7 (...or 202)?