Where is the .dSYM file?

Asked 1 years ago, Updated 1 years ago, 47 views

Where can I find the .dSYM file?

I found the following description of the site.
/Users/[Username]/Library/Developer/Xcode/DerivedData/[Project Name] - [Random String]/Build/Products/Debug-iphoneos/[Project Name].app.dSYM
There seems to be the following file in the above directory, but dSYM is not found.
[Project Name].app
[Project Name].swiftmodule

swift xcode

2022-09-30 20:10

1 Answers

Xcode
Build SettingsBuild OptionsDebug Information Format
What are the settings for ?
Are there any other checks besides DWARF with dSYM File?
Disabling dSYM speeds up the build but does not generate dSYM.
Also, if you rebuild it, the previous dSYM will be deleted.


2022-09-30 20:10

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.