How do we get dSYM file for net6.0-ios apps? #10628
-
We're trying to build a release pipeline for an iOS app (using net6-ios and WinUI APIs). Here's our binlog. We looked at your Gallery app for reference and found that it also doesn't generate any dSYM 🤔. It's really important for us to get a dSYM in order to have good crash reporting. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Try adding Note that it won't be copied to the same directory as the |
Beta Was this translation helpful? Give feedback.
Try adding
<NoDSymUtil>false</NoDSymUtil>
inside your.csproj
file and the Rebuild the project.Note that it won't be copied to the same directory as the
.ipa
file. That's a known issue in the iOS SDK.