iPhone開発初心者です。ジェイルブレイクされた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”.
Webで検索しましたが、明確な答えを見つけることができませんでした。これは、ジェイルブレイクされた電話の iPhone OS 2.2.1 でおなじみの問題ですか? これに対する解決策はありますか?
どうもありがとう、
オリ