Titanium Community Questions & Answer Archive

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

TM 1.1: iPhone Simulator crashes

After moving from TM1.0 to 1.1, iphone crashes.
TM 1.0 works fine.

See the log building KitchenSink 1.x:
http://pastie.org/882351

Anyone with the same problem - or a solution?
Discovered this on both of my development machines (10.5.8 or 10.6.2).

Thanks

Ralf

— asked March 23rd 2010 by Ralf Klotzbuecher
  • 1.1
  • crash
  • iphone
  • simulator
0 Comments

6 Answers

  • Accepted Answer

    On the blog, there is the reason, why not working: http://developer.appcelerator.com/blog/2010/03/introducing-titanium-mobile-1-1.html#comments

    I've found a workaround for this:
    in terminal run the following command:
    mv "/Library/Application Support/Titanium/mobilesdk/osx/1.1.0/iphone/iphonesim" "/Library/Application Support/Titanium/mobilesdk/osx/1.1.0/iphone/iphonesim.bckp" && cp "/Library/Application Support/Titanium/mobilesdk/osx/1.0.0/iphone/iphonesim" "/Library/Application Support/Titanium/mobilesdk/osx/1.1.0/iphone/iphonesim"

    This will copy the iphonesim from the old sdk. It seems to work.

    — answered March 23rd 2010 by Adam Wallner
    permalink
    0 Comments
  • me too, get that the same errors that you posted on pastie. nothing crashes as such but the app doesn't launch in the simulator. i'm dying to try out the new bonjour stuff!

    — answered March 23rd 2010 by Steve Burtenshaw
    permalink
    0 Comments
  • For me the same, after updating the sdk to 1.1, starting up the emulator crashes the Titanium developer…

    — answered March 23rd 2010 by Alexander van der Werff
    permalink
    0 Comments
  • The same here on Os X Leopard

    — answered March 23rd 2010 by Adam Wallner
    permalink
    0 Comments
  • I've just read on the blog, that this version was built against iPhone SDK 3.2 Beta 5. Unfortunately this works on Snow leopard only. I can't upgrade now.

    — answered March 23rd 2010 by Adam Wallner
    permalink
    0 Comments
  • I'm on Leopard trying to use Titanium. Looking at /Library/Application Support/Titanium/mobilesdk/osx I seem to have 0.9.3 and 1.1.2 installed. How do I get 1.0?

    — answered April 5th 2010 by Donnie Tognazzini
    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.