Titanium Community Questions & Answer Archive

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

problem with modules/settings.bundle

i tried to add the module settings.bundle to my existing app and copied the folder from KS 1.3 into the root directory of my app. then i run my app in the simulator and on the device but i haven't seen an entry in Settings.

for me it seems that only a full rebuild will add the (a?) module to an app. unfortunately i found no way to do a full rebuild automatically (or is there one?), so had to change the setting of the iPhone SDK to another one than my existing app was build to enforce a full rebuild.

same with changes in the settings.bundle, they only appear if i do a full rebuild.
can anybody confirm this?

i'm using Titanium Developer 1.2.1 under Mac OSX 10.6.3 with Mobile SDK 1.3 and iPhone SDK 3.1.3

— asked May 28th 2010 by Markus Gerlach
  • iphone
  • mobile
  • module
  • settings
0 Comments

2 Answers

  • Accepted Answer

    Yeah, a clean rebuild option is something we're going to be adding to the next major update to Titanium Developer which we're in the middle of working on.

    In the meantime, you can always delete you PROJECT_DIR/build/iphone/build directory to cause it to happen.

    The reason we try and do an incremental build is that it's much faster to re-launch your app once compiled in simulator mode and just pick up changed JS files. This has draw back on major changes like this though.

    — answered May 28th 2010 by Jeff Haynie
    permalink
    0 Comments
  • I've yet to try the settings bundle module, but one thing I think would be nice to add to the Titanium Developer application is a 'force rebuild' checkbox.

    — answered May 28th 2010 by Kosso
    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.