应用程序无法在iPhone上启动(iOS 5) [英] app not launching on iPhone (iOS 5)

查看:141
本文介绍了应用程序无法在iPhone上启动(iOS 5)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用开发人员配置资料在我的iPod touch上安装和应用。该应用程序工作正常一段时间,但一段时间后它无法启动iPod(iOS 5)触摸,只是尝试启动,但在关闭的一半....即使是飞溅也是不可见的。

Just installed and app on my iPod touch using a developer provisioning profile. The app works fine some time but after some time it fails to start on iPod (iOS 5) touch, just tries to launch but in half way through closes .... even the splash is also not visible.

我从设备检查了崩溃日志,说明了这样的事情。

I checked the crash log from device says something like this.

异常类型:EXC_BREAKPOINT(SIGTRAP)
异常代码: 0x00000001,0xe7ffdefe
崩溃线程:0

Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: 0x00000001, 0xe7ffdefe Crashed Thread: 0

Dyld错误消息:
未加载库:/Developer/Library/Frameworks/SenTestingKit.framework/SenTestingKit
引用自:/var/mobile/Applications/DBC8A071-F305-4095-8FF5-76DDC99DDDEE/ApplicationName.app/ApplicationName
原因:未找到图片
Dyld版本:199.5

Dyld Error Message: Library not loaded: /Developer/Library/Frameworks/SenTestingKit.framework/SenTestingKit Referenced from: /var/mobile/Applications/DBC8A071-F305-4095-8FF5-76DDC99DDDEE/ApplicationName.app/ApplicationName Reason: image not found Dyld Version: 199.5

二进制图像:
0x1000 - 0x72fff + ApplicationName armv7< 1f10c6b4168c3503908fead68d17ddb5> /var/mobile/Applications/DBC8A071-F305-4095-8FF5-76DDC99DDDEE/ApplicationName.app/ApplicationName
0x2fe79000 - 0x2fe9afff dyld armv7 / usr / lib / dyld

Binary Images: 0x1000 - 0x72fff +ApplicationName armv7 <1f10c6b4168c3503908fead68d17ddb5> /var/mobile/Applications/DBC8A071-F305-4095-8FF5-76DDC99DDDEE/ApplicationName.app/ApplicationName 0x2fe79000 - 0x2fe9afff dyld armv7 /usr/lib/dyld

从日志开始,它似乎无法加载 SenTestingKit 库,但它如何工作一段时间????
如果我删除这个框架应该是iOS 5的替代方案。

From log it seems like its failing to load the SenTestingKit library but how it works for some time???? And if I remove this framework what should be the alternative for iOS 5.

请详细说明这个相当奇怪的问题。

Please shed some light on this rather strange issue.

推荐答案

在iOS 5中加载库时存在一些问题,所以只需尝试在xCode 4中清理项目并再次构建它。这可能对你有所帮助,因为在清理之后,所有路径都将设置为新的。

There are some problems with loading libraries in iOS 5, so just try to clean the project in xCode 4 and build it again. That maybe help you, because after a cleaning all paths will be set up for new.

这篇关于应用程序无法在iPhone上启动(iOS 5)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆