从 Xcode Organizer 下载 dSYMs 我收到此错误“缺少应用程序记录”

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/36985269/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 08:47:01  来源:igfitidea点击:

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

iosxcodedownloadxcode-organizerdsym

提问by christian mini

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:

我尝试下载符号以调试向我发送客户端的崩溃日志(使用临时分发签名的 ipa),但是当我在管理器中单击“下载 dSYM”时,出现此错误:

Download dSYMS" generate the error Missing app Record

下载 dSYMS”生成错误 Missing app Record

回答by christian mini

You can get symbols dSym directly from the xarchive:

您可以直接从 xarchive 获取符号 dSym:

  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
  1. 右键单击组织者中的 .xcarchive
  2. 选择“在查找器中显示”右键单击文件
  3. 选择“显示包内容”,dSYMs 文件夹就在那里

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

正如评论所建议的那样,我已经回答了我的问题。