Titanium Community Questions & Answer Archive

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

Cant submit app built with Titanium

Getting a whole series of errors when I try to upload the iPhone version of my app via AppLoader.

-Icon specified in the Info.plist not found under the top level app wrapper:default_app_logo.png

-iPhone/iPod Touch:Info.plist:Unable to verify icon dimensions, no icon found. Your MinimumOSVersion is below 3.2 so you must define a CFBundleIconFile

-Info.plist does not contain a CFBundleResourceSpecification

-Application failed codesign verification. The signature was invalid, or it was not signed with an Apple submission certificate.

So close, and yet, so far…

Any help, I'd like to get this app submitted.

— asked August 26th 2010 by Ben Hornedo
  • apple
  • apploader
  • error
  • reject
  • submit
0 Comments

1 Answer

  • First, read this and learn how to use Xcode to validate your binary before submitting.

    http://developer.appcelerator.com/blog/2010/07/ios-package-for-distribution-with-1-4.html

    Second, the error message is self-explanatory, most likely the missing image default_app_logo.png and not defining CFBundleIconFile throw your off. Try solving the top 2 first, the rest may go away.

    Third, list your app info (sdk,version and whatno) and if you have submitted with the right binary.

    — answered August 26th 2010 by Daniel Lim
    permalink
    0 Comments
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.