Tarang
Tarang

Reputation: 75945

Packaging a sencha touch application with sencha cmd

I've made my app and now I want to package it so I goto my application directory in terminal containing

/app
/app.js
/app.json
/resources
/index.html
/touch

I run sencha app build package and I run into

[ERR]       Please ensure this command was executed from a valid application directory
[ERR]       Unable to locate 'app.dir' config property from sencha.cfg

What am I doing wrong? I am in the application directory, it contains the sdk in the touch folder.

Upvotes: 2

Views: 3392

Answers (1)

ThinkFloyd
ThinkFloyd

Reputation: 5021

Which version of Sencha SDK & CMD are you using? Latest version of Cmd does not work with SDK versions before 2.1.1.

Check this out : Sencha Cmd Unable to locate 'app.dir' config property from sencha.cfg

Upvotes: 5

Related Questions