Titanium Community Questions & Answer Archive

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

iPhone crash on launch after the libTiCore patch

I am going crazy with the flurry of issues :(

  1. I replaced the existing libTiCore for 1.3.0 and 1.2.1 SDKs and re-compiled my iPhone app which was working till then and now it is crashing on launch! No traceback, no clue at all about what to fix!

  2. The android option is still not to be seen, it only shows up for Kitchen Sink

Anyone knows the work-around for these two, please let me know.

Moreover, how do I do a total uninstall of Titanium on a Mac? I want to re-install it from scratch.

— asked May 31st 2010 by Dev Priya
  • android
  • crash
  • iphone
0 Comments

3 Answers

  • Accepted Answer

    on #1, which iPhone SDK version are you using? can you see if there are any crash logs under
    ~/Library/Logs/DiagnosticReports/ that start with your app name?

    on #2, not sure what you mean here. can you not create an android project? do you have your android path setup?

    to uninstall, remove the /Applications/Titanium Developer folder.

    — answered May 31st 2010 by Jeff Haynie
    permalink
    0 Comments
  • Thanks Jeff for a quick reply and giving me a way to see the logs.

    Here is what the log has to say

    Application Specific Information:
    iPhone Simulator 3.2 (193.8), iPhone OS 3.1 (iPhone/7C144)
    abort() called
    Couldn't register RRMAJP3AUX with the bootstrap server. Error: unknown error code.
    This generally means that another instance of this process was already running or is hung in the debugger.

    • But I closed both simulator and Titanium several times and restarted but still the app is crashing. Do I explicitly need to refresh the debugger somehow?

    Here is the pastie link for the complete log
    http://pastie.org/985387

    For #2 - I mean I am still not seeing the Android tab under emulator even though I just now uninstalled Titanium and installed the latest downloaded version which is 1.2.1 and it immediately downloaded SDK 1.3 also. Isn't the issue fixed in 1.3?

    The android tab is coming under Kitchen Sink but not under any of my apps.

    — answered May 31st 2010 by Dev Priya
    permalink
    0 Comments
  • On #2 did you create your project before 1.3? If so, the simplest path is to recreate the project on 1.3 and then copy your Resources forward to the new project.

    — answered May 31st 2010 by Don Thorp
    permalink
    1 Comment
    • I tried doing this but it says "Project creation error. Error creating project. Please try again later." and as soon as I change the SDK to 1.2.0 it immediately creates the project but without Android option in the emulator :(

      — commented May 31st 2010 by Dev Priya
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.