Skip to content

Incorrect behavior when uncaught exception of type NS Exception is thrown and the phone is connected with cable #591

@vhristov5555

Description

@vhristov5555
  1. Create App which throws an uncaught exception of type NS Exception:
    var arr = new NSArray();
    var o = arr.objectAtIndex(5);
  2. Connect IPhone with cable
  3. Deploy the app to the phone:
    tns run ios

Actual Result: The App will be stuck and it will remain open. If you disconnect the phone from the cable the App will be closed

Expected Result: The App to be closed because uncaught exception is raised

Note: Reproduce it with IPhone 5S - IOS 8.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions