我正在将 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)
看起来应用程序商店正在从我的 package.json 文件中获取版本,该文件有一个版本密钥。我将其更新到 4.0.0 并且它工作成功。我猜是 expo cli 存在一些问题。
| 归档时间: |
|
| 查看次数: |
16879 次 |
| 最近记录: |