Titanium Community Questions & Answer Archive

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

Titanium crashing on startup on Mac

I installed Titanium on my Mac, it runs fine under one user account but crashes immediately on startup on the other user account.

Crash details can be found here:https://appcelerator.lighthouseapp.com/projects/25719/tickets/374-titanium-crashing-on-startup

Any tips appreciated - thanks!

— asked April 29th 2010 by Art Thomas
  • crash
  • startup
0 Comments

2 Answers

  • I found out that it is a permissions problem, you need to make everything in the /Library/Application Support/Titanium writeable by the user you want to run as.

    I copied all the owner permission to group, using something like this and it solved the problem:

    chmod -R g+u /Library/Application\ Support/Titanium
    
    — answered October 13th 2010 by Pooya Karimian
    permalink
    4 Comments
    • Thanx a lot! Saved my day.

      — commented January 26th 2011 by Anders Pedersen
    • Saved my day too! Thanks.

      — commented February 18th 2011 by Jeremy Sculfort
    • Awesome! That worked!

      — commented April 18th 2011 by Joe iEntry
    • I have tried the above solution, it did not work. Please help i am new to this. I have eve tried executing it with the sudo command, but its of no use.

      Here is a link to the crash details i get :
      crash report

      — commented September 23rd 2011 by Varun Chadalavada
  • I have this problem too. Please fix because I want to install on other developer iPhone. I need another user account to prevent iTunes mixing.

    — answered June 14th 2010 by Samuel 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.