Titanium Community Questions & Answer Archive

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

1.3 install bug and the work around - it doesn't work.

I'm referring to this…

http://twitter.com/appcelerator/status/13987698272

Does anyone know of any other work arounds or how to fix this issue? Would a fresh install help ect.

— asked May 18th 2010 by Phi Chong
  • 1.3
  • bug
  • install
  • iphone
  • titanium
0 Comments

3 Answers

  • Hi Phi,

    I heard from Nolan he mentioned they are working on a solution.

    You can use the below work around for now:

    1.Press the install button on the Deploy to device tab. This will error, but this step is needed to build the binary.

    1. Check that the binary is built in your build/iphone/build/Release-iphoneos directory. If you don't seen your binary within this folder you most likely have another issue.

    2. Open iTunes

    3. Open terminal and run the below command:

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

    this will push your app to iTunes (you will have to manually sync to get it on device). If you have already deployed your application you should now see the replace application dialog in iTunes.

    I tested and this worked for me.

    Titanium Developer 1.2.1
    Titanium Mobile SDK 1.3.0
    iPhone SDK 3.1

    — answered May 18th 2010 by Ben Bahrenburg
    permalink
    0 Comments
  • What version of the iPhone SDK are you using? I'm running on Snow Leopard using SDK version 3.2 final and am able to deploy to my device using 1.3.0.

    — answered May 18th 2010 by Kevin Whinnery
    permalink
    0 Comments
  • "ect".. is that similar to "etc"? lol.

    Anyway: what Ben said works.

    — answered May 24th 2010 by Pedro B.
    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.