如何在 XCode 7.0 中创建 dSYM 文件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/36882788/
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
How to create dSYM file in XCode 7.0
提问by Vinayak
I am creating dSYM file in XCode 7.0, After archiving my project, I can't find my dSYM file. I referred to lots of sites from stack overflow and followed many instructions but I could not find my dSYM file on any Folder available. Please any one help me.
我正在 XCode 7.0 中创建 dSYM 文件,归档我的项目后,我找不到我的 dSYM 文件。我从堆栈溢出中引用了许多站点并遵循了许多说明,但在任何可用文件夹中都找不到我的 dSYM 文件。请任何人帮助我。
Please instruct me what are the properties I need to Enable in app Build settings.
请指示我需要在应用程序构建设置中启用哪些属性。
Thanks.
谢谢。
回答by balkaran singh
in xcode -> window -> orgnizer
在 xcode -> 窗口 -> 组织器中
or xcode - > product -> Archive
或 xcode -> 产品 -> 存档
you see Archives window
你看到档案窗口
1 Select any Archives of your app Right click on it Then select show in finder
1 选择您的应用程序的任何档案右键单击它然后选择在查找器中显示
2 you see aapname.xcarchive file Right click on it and select show package contents
2你看到aapname.xcarchive文件右键单击它并选择显示包内容
3 you see dSYMs folder open it and get .dSYM file
3 你看到 dSYMs 文件夹打开它并获得 .dSYM 文件
:)
:)