gpt4 book ai didi

iOS App Upload 收到 CFBundleShortVersionString 错误消息

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:11:01 27 4
gpt4 key购买 nike

所以我正在尝试将我的应用程序上传到应用程序商店,但我收到了这条错误消息。

错误 ITMS-90060:“此包无效。Info.plist 文件中键 CFBundleShortVersionString 'HEAD based on 1.0' 的值必须是最多三个非负整数的以句点分隔的列表。”

如果我打开它给我的日志,你可以清楚地看到版本短字符串是正确的。

<software_assets apple_id="456805313"
bundle_short_version_string="27.1.1"
bundle_version="3221"
....
</software_assets>

我错过了什么?!?

最佳答案

我在我的项目中使用了 pod,在 pod SVWebViewController CFBundleShortVersioninfo.plist 中不是标准方式。
您需要在 info.plist 文件中找到非标准的 CFBundleShortVersionString。我搜索了所有这些并在其中一个 repo 中找到了这个

之前

Bundle versions string, short => Head is 0.1.2

之后

Bundle versions string, short => 0.1.2

在更正 CFBundleShortVersion 后一切正常。

关于iOS App Upload 收到 CFBundleShortVersionString 错误消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34097963/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com