当我尝试为 Mac Catalyst 上传新的应用程序版本 (1.1) 时收到的消息。
错误 ITMS-90061:“此捆绑包无效。Info.plist 文件中键 CFBundleVersion [1] 的值必须包含比先前上传的版本 [2] 更高的版本。有关 CFBundleVersion 的更多信息,请访问https: //developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion "
我有 iOS 应用程序,它是 2.6 版,而 Mac OS 应用程序是 1.0 版
我将 Info.plist CFBundleVersion 更改为 1.1 ,但我仍然收到该错误。