Alloy build error in TitaniumStudio

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

I have the latest titanium 2.1.3 SDK and got the latest alloy 1.1.62. created a basic project in titanium studio and then created an alloy app. I clicked build button in titanium studio and the get this error .

Appreciate any help.

[WARN] /usr/local/bin/alloy -> FOUND [INFO] alloy app found at /Users/RV/psw/breqmo/app [INFO] Executing Alloy compile: [INFO] /usr/local/bin/alloy compile /Users/RV/psw/breqmo/app --no-colors --config platform=ios,version=6.0,simtype=none,devicefamily=iphone,deploytype=development, env: node: No such file or directory [ERROR] Alloy compile failed **[ERROR] Error: Traceback (most recent call last): File "/Users/RV/Library/Application Support/Titanium/mobilesdk/osx/2.1.3.GA/iphone/builder.py", line 1079, in main p.compile(compiler_config) File "/Users/RV/psw/breqmo/plugins/ti.alloy/plugin.py", line 111, in compile sys.exit(retcode) SystemExit: 127

— asked 9 months ago by Raul Vaz
5 Comments
  • Alloy is currently at version 0.2.40, so I'm not sure what we're dealing with here. Do alloy --version at the command line.

    — commented 9 months ago by Tony Lukasavage

  • Sorry, you are right. my alloy version above is incorrect. It is 0.2.36

    — commented 9 months ago by Raul Vaz

  • BTW, "alloy compile" and "alloy run" from commandline , works fine. I need it to debug from Titanium studio ,however.

    — commented 9 months ago by Raul Vaz

  • Show 2 more comments

1 Answer

Accepted Answer

hmmm, shot in the dark without more info, but try:

  • updating alloy, the latest version is .2.40 and there have been fixes: sudo npm install -g alloy
  • clean your project and try and run again

Also, is that the whole error output?

Your Answer

Think you can help? Login to answer this question!