-
29 Mar 2013 12:28 PM #1
SIO SDK 0.7.15 Released
SIO SDK 0.7.15 Released
We just updated the SDK and the documentation.
Changes in this release include:
- Sencha Cmd integration
- Manage and deploy your apps from the command line.
- See the new Cmd Guide for details
- Calling Ext.io.Controller.logout will now clear all local SyncStore data.
- SyncStore bug fixes:
- Can now call store.getProxy().clear() then store.sync() without getting an error.
- INVALID_SESSION events will clear all local SyncStore data
- Fixed regression in Ext.io.Channel.get that prevented it from functioning.
- Modified Ext.io.User.logout and Ext.io.Developer.logout to prevent INVALID_SID errors
- Documentation cleanup.
http://docs.sencha.io/0.7.15/index.html
http://download.sencha.io/sencha-io-0.7.15.zip
- Sencha Cmd integration
-
4 Apr 2013 3:40 PM #2
Native build fails
Native build fails
Hi there,
Using the new SDK 0.7.15, creating a native build (using "sencha app build native") fails with the following error: com.sencha.exceptions.ExScript: Wrapped com.sencha.exceptions.ExParse: Failed parsing ... sencha-io-debug.js.
This error doesn't happen with the SDK 0.7.13.
Please check.
Make it great,
Victor
-
4 Apr 2013 7:54 PM #3
We will attempt to recreate. However we did build 0.7.15 with latest version of Sencha Cmd
http://www.sencha.com/products/sencha-cmd/download/
What version are you running?
If you are using an older version that could be causing the problem.
What happens when you do a package build?
Code:sencha app build package
-
4 Apr 2013 9:58 PM #4
What version are you running?
I was running SenchaCmd version 3.1.0.239.
I just downloaded the 3.1.0.256 version and it also produces the same error.
What happens when you do a package build?
same error.
However, if I do a simulator run "sencha app package run packager.json" to run in the simulator, there is no error.
Hope that helps.
-
9 Apr 2013 7:28 AM #5
sencha command broken 0.7.15 & 3.1.0.256
sencha command broken 0.7.15 & 3.1.0.256
Hello,
I just install Sencha command 3.1.0.256 and IO sdk 0.7.15.
What ever command I type , for example "sencha io list-apps login password" I get the error
Class com.sencha.cli.AbstractCommand$Property can not access a member of class com.sencha.cmd.io.IoCommands$BaseIoCommand with modifiers “public”
What Iam I doing wrong ?
Thanks a lot
-
9 Apr 2013 10:10 AM #6
@ghinpix can you re-run the command with the debug flag set and and post the output:
double check the logs to make sure you password isn't in there before you post. Or you can send me a direct message with the log contents if you like.Code:send sencha -debug io list-apps.
-
9 Apr 2013 10:26 AM #7
Thank you very much,
Log PMed
My environement is windws 7 professional 64bits


Reply With Quote