我是新的iPhone開發。 我用了一個制動的iPhone(OS 2.2)一段時間沒有問題。最近我不得不升級到OS 2.2.1,在更新後我不再能夠調試手機上的應用程序。在控制檯中,我發現了以下警告,並在啓動(僅調試時)的應用程序崩潰:iPhone應用程序崩潰,如果越獄iPhone OS 2.2.1(libgcc版本?)調試
...
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的常見問題嗎?有針對這個的解決方法嗎?
非常感謝,
大利
我不會建議針對越獄/越獄(語法?)手機進行開發。這不是您的應用在正常情況下運行的環境。 – 2009-06-11 11:45:18
謝謝。 不知道語法。事實上,我最初寫了「越獄」,但它聽起來不夠酷:) 我別無選擇,只能針對越獄手機開發,因爲iPhone在以色列沒有正式提供...我相信這是世界其他地方的情況也是如此。 Ori – Ori 2009-06-11 13:43:43
我建議你在那時開發iPod Touch。不要告訴我你需要一些iPhone專用於你的應用程序,如GPS? :) – U62 2009-06-12 23:10:44