Skip to content

Debugging: libc++abi.dylib: terminating with uncaught exception of type NSException #2

Description

@fespinoza

Add the following code to your AppDelegate:

NSSetUncaughtExceptionHandler { exception in
    print(exception)
    exception.callStackSymbols.forEach({ print($0)} )
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions