美文网首页BUG小食
【iOS】获取dSYM符号表方法总结

【iOS】获取dSYM符号表方法总结

作者: 飛呈Geek | 来源:发表于2017-03-24 17:28 被阅读2257次

背景

今天在处理Bugly上的崩溃信息时想拿到dSYM文件上传,结果用Xcode一直下载失败不了,Apple粑粑一直让去同意协议,同意了之后还是提示,只能另寻他法了。

** The updated Apple Developer Program License Agreement needs to be reviewed. In order to update your existing apps and submit new apps to the App Store, the user with the Legal role (Team Agent) must review and accept the updated agreement in their account on the developer website . **
The updated Apple Developer Program License Agreement needs to be reviewed. In order to update your existing apps and submit new apps to the App Store, the user with the Legal role (Team Agent) must review and accept the updated agreement in their account on the developer website .

获取dSYM方法

未开启bitcode功能

  1. 打开 Xcode(当前Version 8.2.1 (8C1002)),选择"Window——>Organizer"

  2. 选择对应版本的 Archive 包,"右键——>Show in Finder"


  3. 选择 Archives/'date'/ 文件夹下的".xcarchive"文件,"右键——>显示包内容"

  4. 找到dSYMs文件夹下的dSYM文件


开启bitcode功能

方法一

  1. (未开启bitcode功能 1.),打开 Xcode(当前Version 8.2.1 (8C1002)),选择"Window——>Organizer"

  2. 点击最右边download dSYMs 按钮

  3. (未开启bitcode功能 2.3.4操作)

方法二

  1. 进入 itunesconnect -> 我的APP

  2. 选择活动Tab

  3. 选择需要的dSYM版本


  4. 点击下载即可


能够想到的就这么多了,有错误的地方欢迎指出,还有其他办法也麻烦跟我说说。

相关文章

网友评论

  • af0352baed07:你好!请问下我在 Organizer 中不能 download dSYM 文件这个是怎么回事?开启了 Bitcode 功能
    af0352baed07:提示内容!No application record matching bundle identifier “com.csdm.AssetManaProto” and platform “com.apple.platform.iphoneos” was found
  • e79d90b0542b:为什么我的itunes上没有下载dsym这几个字
    zeqinjie:我也是没有,是有包含的
    飛呈Geek:先看看是否包含吧
  • 九零后_:方法2为什么没有了

本文标题:【iOS】获取dSYM符号表方法总结

本文链接:https://www.haomeiwen.com/subject/hvmfottx.html