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
Xcode
Build Settings
Build Options
Debug 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.
© 2024 OneMinuteCode. All rights reserved.