小编Aks*_*eth的帖子

Info.plist 文件中键 CFBundleShortVersionString [3.0.0] 的值必须包含比之前批准的版本更高的版本

我正在将 IPA 文件上传到应用商店,但它抛出以下错误:

错误 ITMS-90062:“此捆绑包无效。Info.plist 文件中的键 CFBundleShortVersionString [3.0.0] 的值必须包含比先前批准的版本 [3.0.1] 更高的版本。”

以下是我的 IOS 配置:

 "ios": {
      "bundleIdentifier": "com.test.test.test",
      "buildNumber": "5",
      "icon": "./assets/images/test.png",
      "config": {
        "googleSignIn": {
          "reservedClientId": ""
        }
      },
      "infoPlist": {
        "NSLocationWhenInUseUsageDescription": "Your current location will be displayed on the map and used for directions, nearby search results, and estimated travel times.",
        "CFBundleShortVersionString":"3.0.3",
        "CFBundleIdentifier": "com.test.test.test"
      }
    }
Run Code Online (Sandbox Code Playgroud)

app-store ios

6
推荐指数
2
解决办法
2万
查看次数

标签 统计

app-store ×1

ios ×1