I installed SDK version 1.7.1, 1.7.2, 1.7.3 and 1.8.0. After the latest TI-Studio update, only the SDK 1.7.2 is selectable.
This is a problem because i use commonjs require, and this dont work in 1.7.2
I already added a ticket for this problem.... TC-213
1 Answer
Hm, looks like the SDK folder was changed with this update?
Titanium SDK folder before update
c:\ProgramData\Titanium\mobilesdk\win32\
Titanium SDK folder after update
C:\Users\myusername\AppData\Roaming\Titanium\mobilesdk\win32\
Strange, after i copied 1.7.3 and 1.8.0 into the new folder "C:\Users\myusername\AppData\Roaming\Titanium\mobilesdk\win32\" the CommonJS require works again... dont ask me why!
The require bug...
... is 100% this bug reported already in jira with the same exception!
Your Answer
Think you can help? Login to answer this question!