我正在将 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)