Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS crashes/quits on 'standard build' #92

Open
freightlive opened this issue Jul 3, 2015 · 4 comments
Open

iOS crashes/quits on 'standard build' #92

freightlive opened this issue Jul 3, 2015 · 4 comments

Comments

@freightlive
Copy link

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.

@MindScriptAct
Copy link
Owner

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

@freightlive
Copy link
Author

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

@MindScriptAct
Copy link
Owner

wierd.. :( will check.

@MindScriptAct
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants