I have an app out on the mac app store built with mac catalyst and I am trying to distribute the new update to App Store Connect. I get this error every time I try uploading a the version:
"This bundle is invalid. The value for key CFBundleVersion [2] in the Info.plist file must contain a higher version than that of the previously uploaded version [5]."
The last version I set up was "1.5" and the new version I am trying to send is "1.5.1". I even tried sending it with version "1.5.2" and "1.6" but get the same result. Why am I getting this error and how do I fix it? It works for the iOS version.
It worked on previous Mac versions but i just added a today widget to the project. The today widget is not for Mac so I don't think that matters, but that's the old new addition I have.