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
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!