WARN The current working directory is not a recognized Sencha SDK or application folder

Viewed 10036

I'm using mac, I just downloaded the SDK and ruined the app. Installation was successful, but when using sencha from the terminal

$ cd /Applications/SenchaSDKTools-2.0.0-beta3 
$ sencha

I receive this error

[WARN] The current working directory (/Applications/SenchaSDKTools-2.0.0-beta3) is not a recognized Sencha SDK or application folder. Running in backwards compatible mode.

Sencha Command v2.0.0 Beta 3
Copyright (c) 2012 Sencha Inc.

Any idea how to fix it? I'm using MAC 10.7.4

PS

I'm writing an additional command and I can see the following-

$ echo $PATH
/Applications/SenchaSDKTools-2.0.0-beta3:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin
4 Answers
Related