Thursday, July 11, 2024
HomeiOS Developmentios - dSYM file lacking on Xcode 15 archive

ios – dSYM file lacking on Xcode 15 archive


In Xcode 14, once I archived my mission, it generated a .dSYM file inside the .xcarchive.

Since upgrading to Xcode 15, this not get generated. Why?

(I don’t consider I modified any mission settings between the 2 variations.)

Did one thing change in how Apple symbolicates crash studies? I’ve seen that though the .dSYM is not being generated domestically, when there’s been a crash report by way of TestFlight, it’s totally symbolicated. So… does it even matter?

Inside my construct settings I’ve:

  • Debug Data Format: DWARF with dSYM File (DEBUG_INFORMATION_FORMAT=dwarf-with-dsym)
  • Strip Debug Symbols Throughout Copy: Sure (COPY_PHASE_STRIP=YES)
  • Strip Linked Product: Sure (STRIP_INSTALLED_PRODUCT=YES)
  • Strip Fashion: All Symbols (STRIP_STYLE=all)
  • Generate Debug Symbols: Sure (GCC_GENERATE_DEBUGGING_SYMBOLS=YES)

Inside my scheme I’ve:

  • Archive Construct Configuration: Launch



Supply hyperlink

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments