Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[macOS] Generate dSYM files by default when using Native AOT #21553

Open
tipa opened this issue Oct 31, 2024 · 0 comments
Open

[macOS] Generate dSYM files by default when using Native AOT #21553

tipa opened this issue Oct 31, 2024 · 0 comments
Labels
macOS Issues affecting macOS
Milestone

Comments

@tipa
Copy link

tipa commented Oct 31, 2024

Apple platform

macOS

Framework version

net9.0-*

Affected platform version

.NET 9

Description

It seems like the creation of dSYM files is not enabled by default as they didn't provide much value when macOS apps were compiled using JIT. But with the recent addition of using Native AOT, they are now more helpful and it would be great, if they could be generated by default when using Native AOT

Steps to Reproduce

  • dotnet new macos
  • dotnet publish
  • No dSYM files under bin/Release/net9.0-macos/

Did you find any workaround?

I can use <NoDSymUtil>false</NoDSymUtil> to enable the creation of dSYM files

Build logs

No response

@rolfbjarne rolfbjarne added this to the .NET 10 milestone Oct 31, 2024
@rolfbjarne rolfbjarne added the macOS Issues affecting macOS label Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
macOS Issues affecting macOS
Projects
None yet
Development

No branches or pull requests

2 participants