Download dSYMs from Xcode Organizer i get this error "Missing App Record"
Asked Answered
S

1

14

I try to download symbols to debug a crash log that send me a client (ipa signed with ad hoc distribution), but when I click "Download dSYMs" in Organizer I get this error:

Download dSYMS" generate the error Missing app Record

Skerl answered 2/5, 2016 at 14:45 Comment(8)
I've the same issue Should we start a bounty ?Windowsill
I've to few reputetion points to start a 50 points bounty ):Skerl
@ OXXY 6 is your ipa distribuited with ad hoc distribution?Skerl
That's right it's ad hocWindowsill
In this case you can found symbols dSym directly from the xarchive:Right click on the .xcarchive from organizer and select "Show in finder" right click on file and select 'Show Package Contents' the dSYMs folder is thereSkerl
@Windowsill did help my suggestion?Skerl
The problem is the file there isn't match the UUID needed (I'm using this for fabric plugin)Windowsill
Same issue here. @christianmini: you should either make that workaround a real answer or part of the question, so people will find it more easily. Contrary to tales, answering your own questions will not make you go blind. :)Mediation
S
44

You can get symbols dSym directly from the xarchive:

  1. Right click on the .xcarchive from organizer
  2. Select "Show in finder" right click on file
  3. Select 'Show Package Contents' the dSYMs folder is there

As suggested by comments I've answered to my question.

Skerl answered 14/3, 2017 at 8:25 Comment(3)
Yeah, but if download does not work properly, dsyms contained in .xcarchive give you nothing in terms of fabric debug.Trisoctahedron
By nothing I mean that some of the crashes will have <compiler-generated> line 0 message instead of valid stack trace.Trisoctahedron
"but if download does not work properly, dsyms contained in .xcarchive give you nothing in terms of fabric debug" @Trisoctahedron Hi did you figure out this issue?Limburger

© 2022 - 2024 — McMap. All rights reserved.