-
2 May 2012 6:50 PM #1
Couldn't install SDK Tools 2.0.0-beta3 on OSX
Couldn't install SDK Tools 2.0.0-beta3 on OSX
Hi
When installing the Sencha SDK Tools 2.0.0-beta3 on OSX Lion, I get this Error:
When I tried to add sencha manually to my $PATH, I got this after running "sencha":Unknown error running post-install step. Installation may not complete correctly
Installing keeps givng me the same[ERROR] Sencha SDK Tools 2.0.0-beta3 cannot be found from your system (SENCHA_SDK_TOOLS_2_0_0_BETA3 environment variable is not set). Please download and install version "2.0.0-beta3" of the tools from http://www.sencha.com/products/sdk-tools . Close this terminal and open a new one after the installation is complete.
everytime I try.Unknown error running post-install step. Installation may not complete correctly
Can someone help?
Thanks
-
6 May 2012 11:43 AM #2
workaround
workaround
It seemed to have something to do with my useraccount - logged in as another User and the sencha command works.
-
11 May 2012 4:57 AM #3
Any news on this thread? I have got the same issue, and don't get this solved.
-
11 May 2012 5:01 AM #4
It's really annoying, but i now use another useraccount for the sencha command. So I can use it, but it is a hassle to handle permissions and logging in as another user in terminal. So a real fix would be appreciated
-
7 Jun 2012 5:11 PM #5
My solution
My solution
I'm doubtful if this will help...
I had the same problem. I completely quit and restarted Terminal. After that, all worked.
-
8 Jun 2012 12:03 AM #6
the same as me
the same as me
I have the same problem, and not soloved

-
12 Jun 2012 11:06 PM #7
For me, the problem was that the installer failed set the necessary environment variable. Adding the following to my shell login script (your's is probably .bashrc) let it work for me:
export SENCHA_SDK_TOOLS_2_0_0_BETA3=/Applications/SenchaSDKTools
export PATH=$PATH:$SENCHA_SDK_TOOLS_2_0_0_BETA3
Where "/Applications/SencahSDKTools" is the directory where I told the installer to put it's files.
(Note: actually I'm using zsh, perhaps the installer made some assumption about the shell being used and thus failed to set the environment variable)
-
12 Jun 2012 11:30 PM #8
-
12 Jul 2012 12:52 AM #9
any updates yet? I have the same Problem and tried adding Sencha_SDK_Tools to the Path with no success
-
18 Jul 2012 6:43 AM #10
config over linux
config over linux
Hi:
I had the same problem, also at the end of installing SDK, had the same end-post install error.
But set the var SENCHA_SDK_TOOLS_2_0_0_BETA3 resolves the issue.
Two things to do in linux environment over the console, on .zshr , .bashrc, etc that is the config file of shell (zsh, bash, etc) append this lines:
export PATH=$PATH:/opt/SenchaSDKTools-2.0.0-beta3/:/opt/SenchaSDKTools-2.0.0-beta3/bin
export SENCHA_SDK_TOOLS_2_0_0_BETA3=/opt/SenchaSDKTools-2.0.0-beta3
first includes bin and home SDKtools in path (where searchs commands) and seccond set the type of JAVA_HOME var used bySDK sencha.
If you don't know what terminal/shell you are using, execute over the command line:
echo $SHELL
The paths are the default ones, if they were changed, the new val must be set. Also, I installed diferent versions of SDK, 32 and 64 bits, on different laptops, with same error and same solution.
to see you configured vars execute:
env
cheers.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote