ios - 应用程序在 iPod 上出现空白屏幕

标签 ios crash ipod

当我在 iPod 4G 上运行我的应用程序时,它只显示空白屏幕。这是日志:

run
Running…
[Switching to thread 11779]
[Switching to thread 11779]
Re-enabling shared library breakpoint 1
continue
objc[1014]: Class OutgoingMessage is implemented in both /System/Library/PrivateFrameworks/Message.framework/Message and /var/mobile/Applications/2930A145-7E61-4083-B893-FDBAE148FEF7/ABC.app/ABC. One of the two will be used. Which one is undefined.
objc[1014]: Class Message is implemented in both /System/Library/PrivateFrameworks/MIME.framework/MIME and /var/mobile/Applications/2930A145-7E61-4083-B893-FDBAE148FEF7/ABC.app/ABC. One of the two will be used. Which one is undefined.
Watchdog has expired.  Remote device was disconnected?  Debugging session terminated.
Watchdog has expired.  Remote device was disconnected?  Debugging session terminated.

The Debugger has exited due to signal 15 (SIGTERM).The Debugger has exited due to signal 15 (SIGTERM).

谁能帮我解决这个问题吗?这适用于 iPhone 4、iPhone 3gs 和 iPad1。

最佳答案

尝试运行示例代码,看看这是否是您的代码或设备的问题。如果问题出在您的代码上,请尝试逐步注释掉 didFinishLaunchingWithOptions

中的内容

还要注意类(例如MFMailComposeViewController),在使用它们之前您必须检查其功能(例如canSendMail)

关于ios - 应用程序在 iPod 上出现空白屏幕,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8515796/

相关文章:

ios - 在iOS上获取软键盘以显示在Pure AS3移动项目中(flex 4.5)

ios - Swift 中 UIActivityViewController 崩溃

android - NativeScript ListView : Mobile 1 column/Tablet 2 columns

ios - iOS。 discoverCharacteristics方法调用SIGABRT信号

iphone - MyApp "has active assertions beyond permitted time"崩溃 - CoreLocationRegistration 和 CoreLocationBackgroundClient

iphone - 如何让我的应用程序在 App Store iPod 2G + iPhone 3GS 上可用

Java VM : reproducible SIGSEGV on both 1. 6.0_17 和 1.6.0_18,如何报?

ios - iOS中的App Store应用提交问题

iphone - 从 iPod 导出歌曲时出现错误

iphone - 获取 iPod 库中项目的专辑年份?