繁体   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