web-dev-qa-db-ja.com

警告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

の解き方?

26
Recusiwe

この問題を解決するには:

  1. プロジェクト設定に移動します
  2. ターゲットを選択してください
  3. ビルド設定に移動
  4. Debug Information Formatまで下にスクロールします(必ず[すべての設定]を選択してください)。
  5. DSYMファイルで値をDWARFに設定します

enter image description here

63
Rashwan L