簡體   English   中英

調試警告Xcode - dwarf-with-dsym?

[英]Debug warning 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

怎么解決?

要解決這個問題:

  1. 轉到您的項目設置
  2. 選擇目標
  3. 轉到構建設置
  4. 向下滾動到調試信息格式(確保選擇所有設置)
  5. 使用dSYM文件將值設置為DWARF

在此輸入圖像描述

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM