解析崩溃报告:不理解符号文件位于:

Parse Crash Reporting: Do Not Understand Symbol Files at:

我想我在这上面花了一整天,但仍然不知道问题出在哪里。

我每次构建项目时得到的错误是"Do not understand symbol files at :/Users/natecraft/Library/Developer/Xcode/DerivedData/TestingCrashes-dytajkglkhaghgficdgpolnmndnr/Build/Products/Debug-iphoneos/TestingCrashes.app.dSYM"

按照速成指南 here ,我手动上传了 dSYM 文件,其中包含我认为可行的解析符号 --path=""。我如何验证?我在文档中看到了这个 "If you set up automatic uploading, verify that the uploads have worked by looking at the logs under the Report navigator." 但找不到 "Report Navigator"。

我已经尝试了实际 运行 脚本的许多变体,最近来自这个 。但是什么都没有改变。我唯一能想到的与我的示例 TestingCrashes 项目和我遵循的 Parse 指南不同的是我使用的是 CocoaPods,并且 XCode 7.1

提前致谢

在您的构建设置中仔细检查调试和发布的调试信息格式是否为“DWARF with dSYM 文件”