Debug warning Xcode - dwarf-with-dsym?

Recusiwe picture Recusiwe · Oct 25, 2016 · Viewed 8.2k times · Source

I get this warning upon compilation:

DEBUG_INFORMATION_FORMAT should be set to dwarf-with-dsym for all configurations. This could also be a timing issue, make sure the Fabric run script build phase is the last build phase and no other scripts have moved the dSYM from the location Xcode generated it. Unable to process FieldSense.app.dSYM at path /Users/dnb/Library/Developer/Xcode/DerivedData/myApp-ggomikgtclrabvaoqmbwhjyudhxy/Build/Products/Debug-iphonesimulator/myApp.app.dSYM

How to solve?

Answer

Rashwan L picture Rashwan L · Oct 25, 2016

To solve this issue:

  1. Go to your project settings
  2. Select your target
  3. Go to Build settings
  4. Scroll down to Debug Information Format (make sure to choose All settings)
  5. Set the values to DWARF with dSYM File

enter image description here