
Originally Posted by
fabio.76
I'm using Sencha Studio with OSX but i can't use integration with Sencha Cmd, sencha cmd work from command line. I'm missing something?
Assuming you are using Cmd 6 the only thing I can imagine is wrong is the PATH. If you are using Cmd 5, can you try with Cmd 6?
The story of PATH on Mac OS X is long and complex and is likely to blame for the issue.
The Sencha Cmd installer uses a bash script to add to the PATH but that does not help GUI applications like Sencha Studio.
Do you see in this file?
Code:
~/bin/Sencha/shell-wrapper.sh
There should be a shell script there that Studio uses to launch apps after first setting the PATH properly.
If you see that file, can you check that it is importing your profiles properly and getting the PATH set correctly for your system?