CFBundleShortVersionString

CFBundleShortVersionString

我正在尝试将应用程序的1.0.0版本上传到iTunes Connect。 CFBundleShortVersionString设置为1.0.0。

存档,验证并尝试上传到iTunes Connect之后,我总是会收到如下错误:

ios - Pod版本导致CFBundleShortVersionString错误-LMLPHP

我注意到那些CFBundleShortVersionString值来自我的pod:

ios - Pod版本导致CFBundleShortVersionString错误-LMLPHP
ios - Pod版本导致CFBundleShortVersionString错误-LMLPHP

这是怎么回事?如何摆脱这些错误?

最佳答案

在Pods中打开SVProgressHUD的info.plist文件(而不是整个应用程序的info.plist),然后将Bundle版本字符串从“HEAD on 1.1.3”更改为“1.1.3”。

关于ios - Pod版本导致CFBundleShortVersionString错误,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/33312991/

10-09 21:08