我想剥去符号,使我的应用程序更小。下面是我的背景。
Generate Debug Symbols -> YES
Debug Information Format -> DWARF with dSYM File
Deployment Postprocessing ->YES
Strip Linked Product -> YES
Strip Style -> All symbols我的问题是,我仍然可以用dSYM文件来表示崩溃日志吗?
发布于 2022-10-06 11:33:32
是的,你需要你的dSYM文件,在你的构建之后你就有了它。
https://stackoverflow.com/questions/45958161
复制相似问题