如果在越狱的iPhone OS 2.2.1上调试iPhone应用程序崩溃(libgcc版本?)

时间:2009-06-11 11:38:41

标签: iphone xcode debugging crash jailbreak

我是iPhone开发的新手。 我使用了jailbraked iPhone(OS 2.2)一段时间没有问题。最近我不得不升级到OS 2.2.1,在更新后我不再能够在手机上调试应用程序。在控制台中,我收到以下警告,并且启动时应用程序崩溃(仅在调试时):

...
warning: UUID mismatch detected with the loaded library - on disk is:
    /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.2.1.sdk/usr/lib/libgcc_s.1.dylib
=uuid-mismatch-with-loaded-file,file="/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.2.1.sdk/usr/lib/libgcc_s.1.dylib"
warning: Unable to read symbols for "/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.2.1.sdk/usr/lib/iPhoneHE.dylib" (file not found).
warning: Unable to read symbols for "/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.2.1.sdk/usr/lib/libsubstrate.dylib" (file not found).
warning: Unable to read symbols for "/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.2.1.sdk/usr/lib/HE.dylib" (file not found).
warning: Unable to read symbols for "/Library/MobileSubstrate/MobileSubstrate.dylib" (file not found).
Program received signal:  “EXC_BAD_ACCESS”.

我在网上搜索,但未能找到明确的答案。这是一个熟悉的iPhone OS 2.2.1在jailbraked手机上的问题吗?有解决方案吗?

非常感谢,

大利

2 个答案:

答案 0 :(得分:5)

我知道这已经过时了,但我想我想进入并说从SBSettings Power选项进入安全模式允许在我的越狱手机上进行调试。

答案 1 :(得分:3)

有点晚了,但看起来你遇到了MobileSubstrate的问题。只需升级到最新版本和OS 3.1.2,你就可以了。 (你现在可能已经解决了这个问题......)