Details
-
Type:
Bug
-
Status: Closed
-
Priority:
High
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Release 3.0.0, Release 3.1.0, 2012 Sprint 23 JS, 2012 Sprint 23, 2013 Sprint 02 JS
-
Component/s: CLI
-
Environment:
titanium 3.1.0 master e9d16eb64ae8a46cbd5a9004615d77fb236e7491
ios sdk 6.0
Description
When i generate a titanium mobile project and try to run it it wont build.
It tells me that it cant find "node"
If i change the prebuild command from
node "/usr/local/bin/titanium" build --platform iphone --sdk 3.1.0 --no-prompt --no-banner --xcode
|
exit $?
|
to
/usr/local/bin/node "/usr/local/bin/titanium" build --platform iphone --sdk 3.1.0 --no-prompt --no-banner --xcode
|
exit $?
|
Then it works.
Looking at log. In the xcode build process, PATH does not contain /usr/local/bin