Parse Crash Reporting: Don't understand character files at:

I think I spent the whole day on this and still don’t know what the problem is.

The error I get every time I build the project is "I don’t understand the symbol files at: /Users/natecraft/Library/Developer/Xcode/DerivedData/TestingCrashes-dytajkglkhaghgficdgpolnmndnr/Build/Products/Debug-iphoneos/TestCSSrasTesCentS. "

Following the collection guide here , I manually downloaded the dSYM file with this ... parse symbols --path = "", which I believe worked. How to check? I saw this in the docs "If you set up automatic downloads, make sure downloads are downloaded by viewing the logs in the report navigator." But cannot find Report Navigator.

I tried many variations of the actual Run Script, most recently from this answer here . But nothing has changed. The only thing I can think of about this, other than my TestingCrashes project and the Parse tutorials that I do, is that I use CocoaPods and Xcode 7.1

Thank you in advance

+4
source share
1 answer

Double check your build settings so your debug format is “DWARF with dSYM file” for debugging and release

+6
source

Source: https://habr.com/ru/post/1613111/


All Articles