Issue uploading to app store (version error)

[2024-11-08 12:05:45 EST] ERROR: ERROR ITMS-90062: This bundle is invalid. The value for key CFBundleShortVersionString [1.1] in the Info.plist file must contain a higher version than that of the previously approved version [1.1]

But in Project Properties -> Version Code is 12 and Version Name 1.2 (previous was 1.1). Previous version (1.1) was regulary uploaded.

Any ideas ?

Every time you push a new version to the App Store, you will need to go to the Project Properties in your project and increase the VersionNumber property under Publishing by 1.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.