我的应用程序版本高于以前但出现版本问题

My App version is higher than previous but getting Version issue

"This bundle is invalid. The value for key CFBundleShortVersionString [1.2] in the Info.plist file must contain a higher version than that of the previously approved version [1.15]. Please find more information about CFBundleShortVersionString at https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleshortversionstring"

请指导我。有趣还是我不明白。

您看到 CFBundleShortVersionString 是 [1.2],当您将两者都视为十进制值时,它似乎大于 [1.15]。但是,版本的计算方式不同。您可能希望将您的版本从 [1.2] 修改为 [1.20] 以使其高于 [1.15]。