-
22 Nov 2012 7:33 PM #1
Tried to generate app GS > "Failed to determine framework name"
Tried to generate app GS > "Failed to determine framework name"
Hello,
I'm on Mac OS X Mountain Lion, I downloaded:
- SenchaCmd-3.0.0.250-osx
- SenchaSDKTools-2.0.0-beta3-osx
- sencha-touch-2.1.0-gpl
It's all installed in:
Applications/Sencha/sencha-touch-2
Applications/Sencha/SenchaCMD3
Applications/Sencha/SenchaSDKTools
When I try to generate my first app usingI've got the error:Code:sencha generate app GS ../GS
Failed to determine framework name. Please ensure this command was issued from either a framework or application directory
But the commandseems to respond :Code:sencha generate app
Sencha Cmd v3.0.0.250 [ERR] sencha.generate.app requires these parameters: path (The path for the generated application)
Do you have any idea where this error comes from?
Thanks for your help,
- Victor
-
23 Nov 2012 12:09 AM #2
You do not need SDK Tools ... I would remove them as Sencha Cmd replaces them.
Sounds like you are not running the command from the framework folder. For getting started, see these guides:
http://docs.sencha.com/ext-js/4-1/#!/guide/command
http://docs.sencha.com/ext-js/4-1/#!/guide/command_app
This particular issue is covered here:
http://docs.sencha.com/ext-js/4-1/#!...mand-section-4Don Griffin
Ext JS Development Team Lead
Check the docs. Learn how to (properly) report a framework issue and a Sencha Cmd issue
"Use the source, Luke!"
-
24 Nov 2012 7:22 PM #3
It's work. Thanks for your message.
What I've done:
And :Code:cd /Applications/Sencha/sencha-touch-2
Have a good dayCode:sencha generate app GS ../GS
-
7 Feb 2013 1:03 PM #4
Had same issue.
You don't need the Sencha-Touch-SDK as the Sencha-CMD replaces it.
Delete the SDK and install CMD as per the documentation.
For the 'sencha' command use the -sdk flag to tell it where ext-js or sencha-touch lives.
Like this:
sencha -sdk /Applications/Sencha/sencha-touch-2 generate app GS ../GS
Hope this helps someone else.
-
7 Feb 2013 2:38 PM #5
Don Griffin
Ext JS Development Team Lead
Check the docs. Learn how to (properly) report a framework issue and a Sencha Cmd issue
"Use the source, Luke!"
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote