xcode 5 - 使用jailcoder在设备上调试失败

时间:2014-07-28 13:10:34

标签: iphone xcode

使用xcode 5.1.1,并尝试在越狱的iphone 4(7.1.2)上调试我的应用程序。 我安装了Jailcoder(来自facebook页面)并用它修补了我的xcode和我的项目。 该项目只是一个简单的视图应用程序(试图让它首先工作)。 我使用我的iphone作为构建设置运行应用程序,应用程序加载到我的手机上但随后它退出

2014-07-28 16:00:42.831 testLiveDebug[11384:60b] otherApps (null)

在组织者中打开控制台我看到了这个错误:

Jul 28 15:51:45 my-iPhone com.apple.launchd[1] (UIKitApplication:com.debug.testLiveDebug[0xe02e][11348]) <Error>: (UIKitApplication:com.debug.testLiveDebug[0xe02e]) Exited with code: 45
Jul 28 15:51:45 my-iPhone com.apple.launchd[1] (UIKitApplication:com.debug.testLiveDebug[0xe02e]) <Notice>: (UIKitApplication:com.debug.testLiveDebug[0xe02e]) Throttling respawn: Will start in 2147483641 seconds
Jul 28 15:51:45 my-iPhone com.apple.debugserver-310.2[11346] <Warning>: 38 +6.392165 sec [2c52/1307]: error: ::read ( -1, 0x35a9ec, 18446744069414585344 ) => -1 err = Bad file descriptor (0x00000009)
Jul 28 15:51:45 my-iPhone com.apple.debugserver-310.2[11346] <Warning>: Exiting.
Jul 28 15:51:45 my-iPhone backboardd[11188] <Warning>: Application 'UIKitApplication:com.debug.testLiveDebug[0xe02e]' exited abnormally with exit status 45

我有适用于7.0+的Appsync,也尝试使用AppSync Unified ....但我仍然遇到同样的错误。

在过去(ios6),整个过程在jailcoder中运行良好。

知道为什么我不能在设备上进行调试吗?

-Thanks

1 个答案:

答案 0 :(得分:0)

Resupported 4+导致错误....我卸载后一切正常。