skip to Main Content

I am trying to upload second version of my app, but getting this message

Asset validation failed
This bundle is invalid. The value for key CFBundleShortVersionString [0.0.1] in the Info.plist file must contain a higher version than that of the previously approved version [0.0.1]. Please find more information about CFBundleShortVersionString at https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleshortversionstring (ID: 4703c705-ac34-4ae5-88b7-aac279628304)

Event though I changed version number in xCode.

enter image description here

Could someone please tell me where else should I change the version?

Thank you!

2

Answers


  1. Chosen as BEST ANSWER

    Changing CFBundleShortVersionString in Info.plist file via VS Code worked for me


  2. Check under "Build Settings" -> "Versioning" -> "Marketing Version". Also known as the "short" version.

    HTH

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search