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 from Xcode Organizer i get this error "Missing App Record"
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 hoc –
Windowsill
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 there –
Skerl
@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
You can get symbols dSym directly from the xarchive:
- Right click on the .xcarchive from organizer
- Select "Show in finder" right click on file
- Select 'Show Package Contents' the dSYMs folder is there
As suggested by comments I've answered to my question.
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.