ios - Parse Crash Analytics Unsymbolicated After Uploading DSYM File -


i have app in app store , got crash report unsymbolicated. tried upload .dsym file using following procedure, parse still showing me unsymbolicated crash report. wondering if doing wrong.

let's app named myapp

  1. in xcode, open organizer using window > organizer
  2. i locate latest myapp archive, , right click on show in finder
  3. i right click on myapp.xcarchive file , choose show package contents
  4. i navigate dsyms folder , directory (i see here myapp.app.dsym file)

in terminal, upload dsym file using this:

  1. i cd parse cloud folder in project folder
  2. then type following:

parse symbols myapp --path="/users/emadtoukan/library/developer/xcode/archives/2015-08-15/myapp 2015-08-15, 7.28 pm.xcarchive/dsyms/myapp.app.dsym"

when hit enter, following:

uploading ios symbol files... uploaded symbol files. 

when refresh parse analytics page, still says crash report unsymbolicated. ideas why happening?

i submitted comment because didn't think seeing correct results. realize am.

so need upload file found in dwarf directory of archive. can found @ dsym/xarchive/dwarf/app_name, "app_name" file want upload.

once this, can tell parse's docs, previous crashes unsymbolicated not symbolicated. instead, new crash generated symbols. it's bit confusing because duplicate, unsym crashes remain there afterwards. can find information on parse's website here


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -