extjs - Sencha touch installation on Mac OSX -
i've been trying install sencha touch 2 on mac without success.
initially -
- downloaded latest sencha sdk , created touch-2.1.1 folder.
- downloaded , installed latest sencha sdk tools 2.0.0 - beta 3.
- downloaded , installed latest sencha cmd 3.1.0.256 mac in default path showing i.e. users/[user-name]/bin
after navigated touch-2.1.1 folder in terminal , typed "sencha" check if working. got following error -
[warn] current working directory (/users/administrator/desktop/tushar/hybrid-ness/touch-2.1.1) not recognized sencha sdk or application folder. running in backwards compatible mode.
sencha command v2.0.0 beta 3 copyright (c) 2012 sencha inc.
usage: sencha command [args]
the available commands are: build build jsb project create bootstrapdata generate boostrap data create jsb generate minimal jsb project app create locale generate template locale file source create manifest generate classes manifest package package touch web app native bundle slice theme slice custom theme's images ie
see 'sencha command' more information on specific command.
after googled around , found sencha cmd needed , not sencha sdk tools. deleted sencha sdk tools /applications (i ashamed of step)
i navigated /users/administrator/bin/sencha/cmd/3.1.0.256 , gave command -
./sencha generate app myapp ../myapp
and punished
after i've been trying different solutions 1 mentioned here, still not working.
can pls.
ps-
i've removed sencha sdk tools i'm still getting folder reference when echo $path.
/applications/senchasdktools-2.0.0-beta3:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/x11/bin
i did path=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/x11/bin, , checked $path again sdk tools removed. closed terminal, reopened , gave echo $path...this time again see sdk tools path in $path.
what happened here???
try this
- install sencha sdk tools 2.0.0 - beta 3
- uninstall tools in clean way running /applications/senchasdktools-2.0.0-beta3/uninstall
- close , reopen shell , try sencha command again
Comments
Post a Comment