【问题标题】:Can I use mac dump_syms for iOS application?我可以将 mac dump_syms 用于 iOS 应用程序吗?
【发布时间】:2014-09-05 09:47:15
【问题描述】:

我想为 iOS 应用程序生成符号,但 Google break-pad 只有 mac dump_syms,我没有为 iOS 找到它。我可以在 iOS 上使用它吗?当我尝试时,我收到此错误:

/Users/user/google-breakpad-read-only/src/tools/mac/dump_syms/build/Debug/dump_syms 
-g /Users/user/TestBreakpad/build/Debug-iphonesimulator/TestBreakpad.app.dSYM 
/Users/user/TestBreakpad/build/Debug-iphonesimulator/TestBreakpad.app 
Unable to find DWARF-bearing file in bundle: /Users/user/TestBreakpad/build/Debug-iphonesimulator/TestBreakpad.app

我尝试使用 iOS SDK 构建它,但我得到了同样的错误。

【问题讨论】:

    标签: ios google-breakpad


    【解决方案1】:

    它需要你的二进制文件的完整路径,而不仅仅是包:

      /Users/user/TestBreakpad/build/Debug-iphonesimulator/TestBreakpad.app/Contents/bla/TestBreakpad
    

    【讨论】:

      猜你喜欢
      • 2023-03-06
      • 1970-01-01
      • 1970-01-01
      • 2018-09-07
      • 2023-04-10
      • 1970-01-01
      • 2012-01-09
      • 2019-03-15
      • 2021-03-23
      相关资源
      最近更新 更多