从 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"
提问by christian mini
回答by christian mini
You can get symbols dSym directly from the xarchive:
您可以直接从 xarchive 获取符号 dSym:
- Right click on the .xcarchive from organizer
- Select "Show in finder" right click on file
- Select 'Show Package Contents' the dSYMs folder is there
- 右键单击组织者中的 .xcarchive
- 选择“在查找器中显示”右键单击文件
- 选择“显示包内容”,dSYMs 文件夹就在那里
As suggested by comments I've answered to my question.
正如评论所建议的那样,我已经回答了我的问题。