解决问题的办法:

  1、确认工程设置中的Scheme,profile选项对应的是debug版本还是release版本

  2、确认工程设置中debug版本或者release版本是否生成了符号表 "DWARF with dsym file"

  3、确认路径/Users/[用户名]/Library/Developer/Xcode/DerivedData/[工程名字]/Build/Products目录下面是否存在符号表

  4、确认instruments工具的preference中的dsym设置tab下面的路径是否为空

相关文章:

  • 2022-12-23
  • 2021-12-12
  • 2022-02-21
  • 2021-11-17
  • 2021-03-30
猜你喜欢
  • 2021-08-29
  • 2021-04-13
  • 2022-12-23
  • 2021-08-24
  • 2021-09-14
  • 2021-09-02
  • 2021-08-24
相关资源
相似解决方案