4

I think I spent a whole day on this and still don't have a clue what the issue is.

The error I get every time the project builds is "Do not understand symbol files at :/Users/natecraft/Library/Developer/Xcode/DerivedData/TestingCrashes-dytajkglkhaghgficdgpolnmndnr/Build/Products/Debug-iphoneos/TestingCrashes.app.dSYM"

Following the crash guide here , I manually uploaded the dSYM file with this... parse symbols --path="" which I believe worked. How do I verify? I saw this in the docs "If you set up automatic uploading, verify that the uploads have worked by looking at the logs under the Report navigator." But can't find the "Report Navigator".

I've tried many variations of the actual Run Script, most recently from this answer here. But nothing has made a difference. The only thing I can think of that's different with my sample TestingCrashes project and the Parse guides i'm following is that I'm using CocoaPods, and XCode 7.1

Thanks in advance

Community
  • 1
  • 1
natecraft1
  • 2,737
  • 9
  • 36
  • 56

1 Answers1

6

Double-check in your Build Settings that your Debug Information Format is “DWARF with dSYM File” for both Debug and Release

user4478383
  • 338
  • 2
  • 11