• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
DWARF with or without dSYM?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

DWARF with or without dSYM?


  • Subject: DWARF with or without dSYM?
  • From: Jens Alfke <email@hidden>
  • Date: Mon, 14 Mar 2016 12:54:52 -0700

I’m trying to clean up the build settings of a very complex Xcode project. One setting that I’m unsure of is DEBUG_INFORMATION_FORMAT — when should one use plain “DWARF", and when "DWARF with dSYM"?

All I know is what it says in the help pane, but that blurb doesn’t say when to use which:

> DWARF - Object files and linked products will use DWARF as the debug information format. [dwarf]
> DWARF with dSYM File - Object files and linked products will use DWARF as the debug information format, and Xcode will also produce a dSYM file containing the debug information from the individual object files (except that a dSYM file is not needed and will not be created for static library or object file products).

The project has many targets of many types — apps, static libraries, dynamic libraries, frameworks, test bundles — for multiple platforms. Some of these targets are used internally as dependencies and some are released as end products. The end products are mostly frameworks and static libraries, and it’s important that debugging symbols get preserved so that developers linking our code into their apps can get meaningful crash reports if our code is on the stack.

—Jens
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


  • Follow-Ups:
    • Re: DWARF with or without dSYM?
      • From: Jim Ingham <email@hidden>
    • Re: DWARF with or without dSYM?
      • From: Quincey Morris <email@hidden>
  • Prev by Date: Xcode 7.x code editor assistant editor in Comparison mode.
  • Next by Date: Re: DWARF with or without dSYM?
  • Previous by thread: Xcode 7.x code editor assistant editor in Comparison mode.
  • Next by thread: Re: DWARF with or without dSYM?
  • Index(es):
    • Date
    • Thread