bradphelan@xtargets.com
16 Apr 2012, 11:44 AM
I have run the following command
✗ sencha app build -v -e production
from my project directory and got the following output and error
[INFO] Deploying your application to /Users/bradphelan/workspace/forminator/build/production
[INFO] Copied sdk/sencha-touch.js
[INFO] Copied app.js
[INFO] Copied resources/css/app.css
[INFO] Copied resources/images
[INFO] Copied resources/icons
[INFO] Copied resources/loading
[INFO] Resolving your application dependencies...
[ERROR] Error thown from your application with message: TypeError: 'undefined' is not an object
However my app runs in debug mode with no problems and I can click through the entire app. The error message is not very helpful as it doesn't give me any indication where the error occured. Any pointers on where to start looking for problems would be appreciated.
✗ sencha app build -v -e production
from my project directory and got the following output and error
[INFO] Deploying your application to /Users/bradphelan/workspace/forminator/build/production
[INFO] Copied sdk/sencha-touch.js
[INFO] Copied app.js
[INFO] Copied resources/css/app.css
[INFO] Copied resources/images
[INFO] Copied resources/icons
[INFO] Copied resources/loading
[INFO] Resolving your application dependencies...
[ERROR] Error thown from your application with message: TypeError: 'undefined' is not an object
However my app runs in debug mode with no problems and I can click through the entire app. The error message is not very helpful as it doesn't give me any indication where the error occured. Any pointers on where to start looking for problems would be appreciated.