i've read through number of similar questions here parse crash reporting, , got couple of hints helped. still unable symbol file uploaded.
i added script xcode per instructions on parse website. when app builds, script seems run, , right messages being displayed.
and
i added time-delayed forced exception app, in suggested place. ensured crashreporting enabled. added parse framework project via cocoapods; it's there, , app compiles without error or warning. did sequence of 1 crash, restart, second crash, wait few minutes, refresh parse dashboard.
ok, fine. did manual push of file, via cli terminal. first attempt failed because wasn't uploading dwarf file. corrected that. says cant' find file or directory.
here's folder on machine, file located:
and here's command line, command , result:
so cli maybe thinking filename isn't file; tried changing name adding ".bin" extension.
then got different error: "do not understand symbol files at:" followed full path file. tried enclosing full path in single quotes, inside double quotes; same not-found error.
i have latest parse cli downloaded. running command "parse symbols -p " app's cloud code directory (an existing directory had been set earlier use other parse cloud code features).
what else add? running xcode 6.4, objective-c app, checked various other build settings ensure symbols being generated. file 30mb in size , opening reveals binary file, contents they're symbols compiler - recognizable names of classes, etc.
this test app, , i'm testing out parse crash reporting, rather signing service, new relic or of other ones; figure, i'm using parse other stuff, why not use crash reporting...
anyone have idea i'm doing wrong here? can't see it.
Comments
Post a Comment