모바일/Hybrid

Sencha touch cmd와 sdk 경로설정, 에러조심

늘근이 2015. 7. 19. 13:03

센차터치cmd로 이제 새로운 앱을 하나 만들어볼수 있다. 다만, 디렉터리를 잘 맞추어 주어야 한다.

예를들어, 아파치 웹서버를 이용하는

c:\apach24\htdocs

에 sdk를 깔아놓았다면, (즉, localhost에서 접속할수 있는 상태)

바로 하위 디렉터리에 cmd를 설치한다.

c:\apache24\htdocs\sencha


그리고 이제 새로운 앱을 만들려면 아래와 같이


 sencha generate app myApp c:\apache24\htdocs\myapp


의 명령어로 키면 된다.


 

경로가 제대로 설정되어있지 않으면 다음과 같은 에러가 뜬다.

 

[ERR] Failed to determine framework name.  Please ensure this command was issued
 from either a framework or application directory

[ERR] Unable to locate 'framework.dir' property from sencha.cfg and no framework
 directory specified
[ERR] Please ensure this command was executed from a valid framework directory
[ERR] No Framework specified