Skip to content

iOS crashes/quits on 'standard build' #92

Description

@freightlive

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions