ruby - Sencha Cmd cannot compile app after upgrade to MacOS X 10.9 -
after upgrading mac macosx mavericks have issue:
macbook-pro-sergey:komus boooch$ sencha app build sencha cmd v4.0.3.74 [inf] [inf] init-plugin: [inf] [inf] cmd-root-plugin.init-properties: [inf] [inf] init-properties: [inf] [inf] init-sencha-command: [inf] [inf] init: [inf] [inf] app-build-impl: [inf] [inf] -before-init-local: [inf] [inf] -init-local: [inf] [inf] -after-init-local: [inf] [inf] init-local: [inf] [inf] find-cmd-in-path: [inf] [inf] find-cmd-in-environment: [inf] [inf] find-cmd-in-shell: [inf] [inf] init-cmd: [inf] [echo] using sencha cmd /users/boooch/bin/sencha/cmd/4.0.3.74 /users/boooch/documents/senchaapps/komus/build.xml [inf] [inf] -before-init: [inf] [inf] -init: [inf] initializing sencha cmd ant environment [inf] adding antlib taskdef com/sencha/command/compass/ant/antlib.xml [wrn] application last modified older version of sencha cmd (0.0.0.0), current 4.0.3.74. please run 'sencha app upgrade -noframework' update 4.0.3.74. [inf] [inf] -after-init: [inf] [inf] -before-init-defaults: [inf] [inf] -init-defaults: [inf] [inf] -after-init-defaults: [inf] [inf] -init-compiler: [inf] [inf] init: [inf] [inf] -before-build: [inf] [inf] refresh: [inf] [inf] -before-refresh: [inf] [inf] -init: [inf] [inf] -init-compiler: [inf] [inf] -detect-app-build-properties: [inf] loading app json manifest... [inf] loading classpath entry /users/boooch/documents/senchaapps/komus/touch/src [inf] loading classpath entry /users/boooch/documents/senchaapps/komus/app.js [inf] loading classpath entry /users/boooch/documents/senchaapps/komus/app [inf] loading classpath entry /users/boooch/documents/senchaapps/komus/build/temp/production/komus/sencha-compiler/app
in state freezes java process loading cpu more 90%
downgrading ruby 1.9.3 (http://moduscreate.com/sencha-cmd-not-working-in-os-x-10-9-mavericks/) not
solved!!
i run sencha build debug sencha -d build app , stops on:
[dbg] detected lazy instantiation reference ext.component in file /users/boooch/documents/senchaapps/komus/app.js [dbg] adding dynamic requirement on ext.component app.js genericautodependency
the code in app.js was:
ext.define('ext.component', { override: 'ext.component', show: function (animation) { return this.callparent([false]); }, hide: function (animation) { return this.callparent([false]); } });
this code fix android 4.3 messagebox not closing issue. when remove code compiles fine. have found solution android issue fix.
Comments
Post a Comment