XCode警告解释和更正?调试信息格式

XCode警告解释和更正?调试信息格式,xcode,Xcode,我得到这个警告: 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 locati

我得到这个警告:

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 Project.app.dSYM at path /Users/user/Library/Developer/Xcode/DerivedData/Project-rgomisstclrabvudqmbwooyudhxw/Build/Products/Debug-iphoneos/Project.app.dSYM

有人能帮我纠正这个问题吗?

只需将Build Settings(构建设置)下的调试信息格式设置为dwarf with dysym,即可用于调试和发布模式

下面可以看到以蓝色突出显示设置的示例项目: