Skip to content

No dSYM symlink for examples #6889

@bjorn3

Description

@bjorn3

Problem

Cargo doesnt create dSYM symlinks for examples.

Steps

  1. Build an example on macOS.
  2. $ ls -l target/debug/examples total 32416
    -rwxr-xr-x 2 bjorn staff 4151148 27 apr 17:51 find-debug
    -rw-r--r-- 1 bjorn staff 197 20 apr 16:43 find-debug.d
    -rwxr-xr-x 1 bjorn staff 4124732 20 apr 17:09 find_debug-1180f451572ec105
    -rw-r--r-- 1 bjorn staff 234 20 apr 17:09 find_debug-1180f451572ec105.d
    drwxr-xr-x 3 bjorn staff 96 20 apr 16:09 find_debug-1180f451572ec105.dSYM
    
    Note the missing find_debug.dSYM.

Possible Solution(s)

Notes

Output of cargo version:

This is using the cargo for rustc 1.34.1

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions