[URGENT] CFBundleVersion in the info.plist must higher must contain a higher version than that...

Please help,

I got this error today when build new version of my app:

my verison code is higher than the published app in the app store.

[URGENT] CFBundleVersion in the info.plist must higher must contain a higher version than that…

Xcode 4.3.3

Corona 831

I have build many many time of my app, never have this problem, is this bugs of Corona?

[import]uid: 22631 topic_id: 30189 reply_id: 330189[/import]

I think Apple is telling you that you need to increase the version number of your app to something larger than the one already on the app store.

What did you put down in the version field of the Build window?
What did you put for your shipping app?
Are you overriding any version numbers in build.settings?
If you Show Package Contents for your .app bundle, look for the Info.plist and open it. There should be settings for CFBundleVersion and other version related things. What do those numbers say?

[import]uid: 7563 topic_id: 30189 reply_id: 120911[/import]

I’ve never seen this error after doing a iOS build. It generally happens when you try to install an app using iTunes over a previously installed app or trying to upload it to iTunes Connect.

You can set the app version in the iOS Build window, which sets the CFBundleVersion. It defaults to version 1.0

-Tom [import]uid: 7559 topic_id: 30189 reply_id: 120924[/import]

I think Apple is telling you that you need to increase the version number of your app to something larger than the one already on the app store.

What did you put down in the version field of the Build window?
What did you put for your shipping app?
Are you overriding any version numbers in build.settings?
If you Show Package Contents for your .app bundle, look for the Info.plist and open it. There should be settings for CFBundleVersion and other version related things. What do those numbers say?

[import]uid: 7563 topic_id: 30189 reply_id: 120911[/import]

I’ve never seen this error after doing a iOS build. It generally happens when you try to install an app using iTunes over a previously installed app or trying to upload it to iTunes Connect.

You can set the app version in the iOS Build window, which sets the CFBundleVersion. It defaults to version 1.0

-Tom [import]uid: 7559 topic_id: 30189 reply_id: 120924[/import]