Skip to content

Generate debug info on macOS #61

@prateekma

Description

@prateekma

A dSYM bundle contains all the debug information for a dylib. It can be generated by running dsymutil libxyz.dylib (the dylib contains a table of the original .o file locations. These object files contain the debug info; dsymutil extracts all of it and packages it into a bundle that we can include with our artifacts).

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