菜鸟教程小白 发表于 2022-12-13 16:13:11

ios - 应用程序可在 iPhone 3GS 上运行,但在启动时在 iPhone 3G 上崩溃


                                            <p><p>我使用 Xcode 3.2.3 和 iPhone SDK 4.0 开发了一个应用程序。如果我直接在 Xcode 中运行它,它在 iPhone 3GS 和 3G 上都可以正常工作。</p>

<p>但是,如果我从 App Store 下载并安装该应用程序,它会在 iPhone 3G 和 iPod touch 3G 的启动屏幕上崩溃。但它适用于 OS 3.1.3 或 iOS 4.0 的 iPhone 3GS。</p>

<p>设备日志显示如下:</p>

<pre><code>Exception Type:EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes: 0x00000001, 0x00000000

Crashed Thread:0   

Thread 0 Crashed:
0   Dove                0x000762aa + (TTNavigator.m:59)
1   Dove                0x000035ce - (Around01AppDelegate.m:85)
2   UIKit               0x00004e88 - + 540
3   UIKit               0x00004a60 - + 576
4   UIKit               0x00055df8 - + 1516
5   UIKit               0x00055634 - + 60
6   UIKit               0x0005508c _UIApplicationHandleEvent + 4528
7   GraphicsServices    0x00005988 PurpleEventCallback + 1044
8   CoreFoundation      0x00057524 CFRunLoopRunSpecific + 2296
9   CoreFoundation      0x00056c18 CFRunLoopRunInMode + 44
10UIKit               0x00003c00 - + 512
11UIKit               0x00002228 UIApplicationMain + 960
12Dove                0x00003086 main (main.m:26)
13Dove                0x00002ec8 start + 44
</code></pre></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>您的发布配置中有错误的架构设置。如果要在 3G 和 2008 iPod touch 上部署,则必须为 arm6 和 arm7 创建指令。您可能只是在创建优化的 arm7 二进制文件。将 arm6 架构添加到您的发布配置中,然后重试。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 应用程序可在 iPhone 3GS 上运行,但在启动时在 iPhone 3G 上崩溃,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/3098626/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/3098626/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 应用程序可在 iPhone 3GS 上运行,但在启动时在 iPhone 3G 上崩溃