Titanium Community Questions & Answer Archive

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

What do I do if I have problems upgrading to 1.3.0?

After some people upgrade to 1.3.0, they are running into problems build their projects. What can you try to get your application running?

— asked May 18th 2010 by Kevin Whinnery
  • 1.3.0
  • android
  • install
  • iphone
  • upgrade
0 Comments

1 Answer

  • Accepted Answer

    Here are a few things to try:

    Building for the device

    If you're running older versions of the iPhone SDK on OS 10.5 (lower than version 3.2 final), you may run into problems deploying to a device (an "Install Failed" error dialogue). We should have a fix for this shortly, but for now you can manually install the binary from a terminal window (which should still have been built correctly):

    
    open -b com.apple.itunes [project_dir]/build/iphone/build/Release-iphoneos/[yourapp_name].app
    

    I upgraded my SDK version, but my app won't build!

    It could be that there are artifacts in your build directory that are conflicting with the build scripts used by Titanium Developer. A quick fix to try is to create a new 1.3.0 project, copy over your application's resources to the new app's resources directory, and then run the new 1.3.0 app.

    I can't import/run Kitchen Sink!

    Try the above with the Kitchen Sink files.

    — answered May 18th 2010 by Kevin Whinnery
    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.