mvcExpress-framework icon indicating copy to clipboard operation
mvcExpress-framework copied to clipboard

iOS crashes/quits on 'standard build'

Open freightlive opened this issue 9 years ago • 4 comments

When compiling/running my app based on mvcExpress 1.4.2. it crashes without throwing any kind of error/message. It just quits without notice. This behavior is strangely only showing when compiling it with the 'standard build' option in Flash Builder, using the 'fast build' shows no problems and the App works just fine. Also, Android is not affected.

I've managed to trace it down to my MainModule.as file

    public class MainModule extends ModuleCore 
    {       
        override protected function onInit():void 
        {
            trace(this, 'onInit called');
            // it kills the app on the next line
            commandMap.execute(SetupControllerCommand);
            commandMap.execute(SetupModelCommand);
            commandMap.execute(SetupViewCommand);
        }

I'm using Adobe Air SDK 18.

freightlive avatar Jul 03 '15 08:07 freightlive

Can you try it with version 2? It might be foxed there, and its release ready. I will also check 1.4 at weakend.

MindScriptAct avatar Jul 03 '15 12:07 MindScriptAct

Hi, thanks for the reply! I've just upgraded to version 2.0rc3 but to no avail, keeps on crashing on the same line.

freightlive avatar Jul 03 '15 12:07 freightlive

wierd.. :( will check.

MindScriptAct avatar Jul 03 '15 14:07 MindScriptAct

hm.. I failed to reproduce it on my system.. and have to go away for 2 weeks.. :( I will be able to continue my investigation after I get back...

Sorry for inconvenience.

MindScriptAct avatar Jul 17 '15 10:07 MindScriptAct