I've been trying to fix this problem for a while on my own.
I am evaluating sencha touch, trying to get an idea if it will work for us as the front-end framework.
I went through the book and build the contacts example from chapter 11.
After tweaking it a bit I got it working, but I can't, for the life of me, build successfully neither testing or production releases.
So as of yesterday I got the code from you git repository and updated it to the latest sdk and got the latest cmd version.
I still having problems...
Here is what my environment looks like.
SDK - 2.3.1
Cmd - 5.0.2.270
Running examples with: sencha fs web -p 80 start on Mac.
After I do: sencha app build or sencha app build testing
I am getting the following errors.
Can you successfully build your code, checked-in to git, with the latest version of Cmd and run it under latest version of SDK ?
Thanks in advance.
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (Main.js, line 0)
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (Main.js, line 0)
[Error] Error: [Ext.Loader] Failed loading 'app/controller/tablet/Main.js', please verify that the file exists
onFileLoadError (app.js, line 8383)
(anonymous function) (app.js, line 3234)
onScriptError (app.js, line 8107)
onErrorFn (app.js, line 8042)
[Error] Error: [Ext.Loader] Failed loading 'app/controller/phone/Main.js', please verify that the file exists
onFileLoadError (app.js, line 8383)
(anonymous function) (app.js, line 3234)
onScriptError (app.js, line 8107)
onErrorFn (app.js, line 8042) Message was edited by:
rsova
|