sencha-io-0.7.13 Failed loading 'proxy/syncstorage.js'
Hi everyone,
yesterday I downloaded the sencha io sdk and tried to get it running. I followed the instructions in the docs. But the chrome console always throws following error:
app.js
Code:
Ext.Loader.setPath({
'Ext' : 'touch/src',
'Ext.io': 'io/src/io',
'Ext.cf': 'io/src/cf',
enabled : true
});
app.json
Code:
"js": [
{
"path": "touch/sencha-touch.js"
},
// {
// "path": "io/lib/sencha-io-debug.js"
// },
{
"path": "app.js",
"bundle": true, /* Indicates that all class dependencies are concatenated into this file when build */
"update": "delta"
}
],
when I include "path": "io/lib/sencha-io-debug.js" I get following error:
Code:
Uncaught RangeError: Maximum call stack size exceeded
Uncaught Error: The following classes are not declared even if their files have been loaded: ''. Please check the source code of their corresponding files for possible typos: '
.sencha/app/sencha.cfg
Code:
app.name=HoMaSys
app.framework=touch
app.classpath=${app.dir}/app.js,${app.dir}/app,${app.dir}/io
app.preprocessor.opts=touch:true
What did I do wrong? Do anyone has a clue?
Thanks!