菜鸟教程小白 发表于 2022-12-13 00:48:48

ios - Xcode 只象征我的代码


                                            <p><p>我从 iPad 下载了一个 .crash 文件。我将文件导入 Xcode。我知道它可以正确找到 dSYM 文件,因为它为我的应用程序中的代码提供了堆栈信息。但是,iOS SDK 中的函数调用没有符号化。我的预感是我没有 32 位 ARM 的符号,不确定这是否可行,或者如果可以,如何解决。</p>

<pre><code>Hardware Model:      iPad3,6
Process:             MyApp
Identifier:          com.echo.myapp
Version:             2.0 (1.5)
Code Type:         ARM (Native)
OS Version:          iOS 7.1.2 (11D257)

Exception Type:EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Triggered by Thread:10

Last Exception Backtrace:
0   CoreFoundation            0x2d5aeec6 0x2d4da000 + 872134
1   libobjc.A.dylib             0x3819ece2 0x3819b000 + 15586
2   CoreData                  0x2d312fcc 0x2d2e5000 + 188364
3   CoreData                  0x2d32171c 0x2d2e5000 + 247580
4   CoreData                  0x2d3214fe 0x2d2e5000 + 247038
5   MyApp                     0x000a88fc - (CIAppDelegate.m:3320)
6   MyApp                     0x000a7d86 - (CIAppDelegate.m:3204)
7   MyApp                     0x00096bec - (CIAppDelegate.m:1176)
8   Foundation                  0x2df98a0a 0x2decb000 + 842250
9   libsystem_pthread.dylib   0x387ba954 0x387b8000 + 10580
10libsystem_pthread.dylib   0x387ba8c6 0x387b8000 + 10438
11libsystem_pthread.dylib   0x387b8ae4 0x387b8000 + 2788
</code></pre></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>您需要一个运行 iOS 7.1.2 的带有 armv7s 或 arm64 芯片的设备并将其连接到您的 Mac,以便 Xcode 可以导入符号化这些调用所需的符号。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - Xcode 只象征我的代码,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/25386109/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/25386109/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - Xcode 只象征我的代码