0

When submitting a new version of our app to the Apple app store, I am receiving the dreaded "This bundle is invalid. The key CFBundleVersion in the Info.plist file must contain a higher version than that of the previously uploaded version."

I'm puzzled by this, since I've updated this app many (>6) times previously. The current version app details from iTunes Connect shows that the bundle version previously uploaded is "5780".

The new version has a bundle version of 6001, however, this results in the aforementioned validation error.

I have tried various permutations of the bundle string (5781, 10000, 1.6.1, etc.) all to no avail. This is on Xcode 4.3.2 running on Lion 10.7.3 Again, this far from the first update and the same process has worked previously - the only difference that I am aware of is that the previous update was done with Xcode 4.3.1.

Thanks in advance for any suggestions or pointers!

4

2 回答 2

0

尝试不仅增加内部版本号 - CFBundleVersion (5780->5781),而且增加营销版本 - CFBundleShortVersionString (1.6.0 -> 1.6.1)

于 2012-06-07T13:35:52.533 回答
0

尝试将应用程序从 1.09 更新到 1.5 时刚刚遇到此错误。我们的解决方案似乎是将 1.5 更改为 1.50,但这对您的编号方案没有帮助。也许这是一个需要等待的问题,而这个数字之所以奏效,仅仅是因为时间已经过去了。然后该应用程序验证并提交没有问题。

于 2012-06-23T08:08:05.870 回答