Hi, I have noticed (after many hours..) that Titanium does not recognize Ti.UI or any similar statements in nested folders.
I got i.e. resFolder/iphone/f1/f2/f3/f4<br /> inside f4 I have a function which i.e. calls Titanium.UI.createTabGroup();
<br /> <br />
In simulator this is not a problem, since Ti includes all modules (defines.h) but on device it does not recognize this statements and I have to do a dummy createTabGroup() in app.js.<br />
Then it works also on device, is there known problems with such deep nesting folders or am I doing something wrong?