Skip to content

dSYM files are not found for applications/packages #126

@pdoane

Description

@pdoane

I am successfully using libbacktrace for simple mach-o executables but the logic to find the .dSYM file is not working for application bundles. For example, the filename for macho_add_dsym looks like:

<app_name>.app/Contents/MacOS/<app_name>

and it should be looking to find the .dSYM file here:

<app_name>.app.dSYM/Contents/Resources/DWARF/<app_name>

but instead looks here:

<app_name>.app/Contents/MacOS/<app_name>.dSYM/Contents/Resources/DWARF/<app_name>

I did a quick test to generate the path as suggested above and that resolves the issue.

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