You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
bin/Release/net9.0-macos/
Did you find any workaround?
I can use
<NoDSymUtil>false</NoDSymUtil>
to enable the creation of dSYM filesBuild logs
No response
The text was updated successfully, but these errors were encountered: