Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

Validation Error

Tried to compile an update to an existing app, however the validation step within the XCode Organizer keeps throwing me the following error:

This bundle is invalid. The key CFBundle in the Info.plist file must contain a higher version than that of the previously uploaded version.

The version number is correct in the tiapp.xml file (1.0.3). When I open the Info.plist file, the bundle version is listed out as 1.0.3.1286740549.

I have already logged into iTunes Connect and prepared the entry for the update (1.0.3).

I am not sure what is causing the conflict. I am building with 1.4.1.1 sdk.

— asked October 10th 2010 by Chris Griffith
  • bundle
  • error
  • mobile
  • validation
1 Comment
  • Same Problem here. Any solution?

    — commented October 19th 2010 by Andrew Flocchini

2 Answers

  • I had this same issue and resolved it by changing the version from 1.0.1 to 1.1 in the tiapp.xml file. Apparently Titanium doesn't support x.0.x version types.

    — answered August 7th 2011 by Karl Gusner
    permalink
    0 Comments
  • My solution to this was that I had previously uploaded a build that was 2.2 but iTunes Connect had it marked as 2.1. Changing my new upload in iTunes Connect to 2.3 and my app in Titanium to 2.3, resolved the issue.

    — answered October 19th 2010 by Andrew Flocchini
    permalink
    1 Comment
    • Thanks, What I discovered that you can only have .x in a version number and not .0.x I am sure it is mentioned somewhere in the docs.

      — commented October 20th 2010 by Chris Griffith
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.