I am working on a sencha touch 2.1.0. I have created production build using sencha cmd 3.0.The production build is successful but While running the application (production build) , I am getting following error
Error evaluating http://xx.xx.xx.xxx/DH/DH_Prod/production/app.js with message: TypeError: Object [object Object] has no method 'getController'.
I am working with 2 controllers in my application and both are working fine until I created the productionBuild.
app.json? - rdougan