Hello,
Welcome to Microsoft Q&A!
- If you have enabled
device-specific builds
, the .dSYM can be found in the following directory:<project directory>/bin/<platform>/<configuration>/device-builds/<device>-<os-version>/
For example:TestApp/bin/iPhone/Release/device-builds/iphone8.4-11.3.1/
- If you have not enabled
device-specific builds
, the .dSYM can be found in the following directory:<project directory>/bin/<platform>/<configuration>/
For example:TestApp/bin/iPhone/Release/
If you do not see a .dSYM file on Windows, be sure you have configured your app's build settings to create an .ipa file.
Check Where can I find the .dSYM file to symbolicate iOS crash logs?
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.