2016-10-25 29 views
10

mam to ostrzeżenie momencie kompilacji:Ostrzeżenie dotyczące debugowania Xcode - dwarf-with-dsym?

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 

jak rozwiązać?

+0

podobne i ponad rok przed datą Ten post jest: 1. https://stackoverflow.com/questions/29209582/make-sure-your-project-build-settings-are-generating-a-dsym -file-debug-informat 2. https://stackoverflow.com/questions/28614509/crashlytics-dsym-error – computingfreak

Odpowiedz

26

Aby rozwiązać ten problem:

  1. przejdź do ustawień projektu
  2. Wybierz cel
  3. Go zbudować ustawień
  4. Przewiń w dół do formatu Debug Informacji (upewnij się, aby wybrać wszystkie ustawienia)
  5. Ustaw wartości na DWARF z plikiem dSYM

enter image description here