After Titanium Stuido update - Only SDK 1.7.2 + ComonJS require bug!

You must Login before you can answer or comment on any questions.

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

— asked 2 years ago by A S
2 Comments
  • Sorry, my question: Somebody know a workaround?

    — commented 2 years ago by A S

  • What's your issue with require?

    — commented 2 years ago by Kevin Whinnery

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!