我有jailbroken设备ios版本5.0.1
当我尝试在设备上调试我的应用时,应用退出状态为45。 我正在使用xcode 3.2.5进行调试。是否无法在高于xcode sdk的设备操作系统版本上进行调试?
顺便说一句,这是我得到的控制台日志
unable to read unknown load command 0x25
unable to read unknown load command 0x26
Program loaded.
target remote-mobile /tmp/.XcodeGDBRemote-414-49
Switching to remote-macosx protocol
mem 0x1000 0x3fffffff cache
mem 0x40000000 0xffffffff none
mem 0x00000000 0x0fff none
run
Running…
[Switching to thread 7171]
[Switching to thread 7171]
sharedlibrary apply-load-rules all
continue
Debugger stopped.
Program exited with status value:45
答案 0 :(得分:1)
不可能,这很可能是由于Xcode 3不知道如何处理你的iOS版本。您要么必须找到降级设备的方法,要么升级到支持iOS 5.0.1的Xcode 4.2。