我可以在iOS应用程序中使用mac dump_syms吗?

时间:2014-09-05 09:47:15

标签: ios google-breakpad

我想为iOS应用程序生成符号,但Google破解版只有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构建它,但我得到了相同的错误。

1 个答案:

答案 0 :(得分:0)

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

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