我不會在iOS 4.x的再建與iOS在iPhone上安裝應用程序時和Xcode 4.2內置的IOS 5.0的崩潰4.3.5
上週它工作得很好,現在我可以確認2應用程序具有較舊ios的人'無法在測試飛行中啓動應用程序。
1人(IOS版本4.3.x)不能再構建應用程序在Xcode和調試器輸出如下
warning: Unable to read symbols from "dyld" (prefix __dyld_) (not yet
mapped into memory).
warning: Unable to read symbols for
/Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.3
(8F190)/Symbols/System/Library/Frameworks/UIKit.framework/UIKit (file
not found).
warning: Unable to read symbols from "UIKit" (not yet mapped into memory).
warning: Unable to read symbols from "Foundation" (not yet mapped into memory).
warning: Unable to read symbols for
/Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.3
(8F190)/Symbols/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
(file not found).
warning: Unable to read symbols from "CoreGraphics" (not yet mapped
into memory).
warning: Unable to read symbols from "libSystem.B.dylib" (not yet
mapped into memory).
warning: Unable to read symbols from "libgcc_s.1.dylib" (not yet
mapped into memory).
我很茫然推測這一個。我一直在開發與最新的SDK選項和目標設置爲4.0。
我所做的唯一更改(我能想到的)是爲所有異常添加斷點。 我正在刪除它,看看是否有所作爲,但暫時不會獲得反饋。我在這裏問,這不是解決方案,並看看有人可以緩解我的壓力
編輯 斷點沒有效果。我不認爲這會影響跑步測試,但我真的希望這是解決方案。我將它留在這裏,因爲它是我如何讓調試器在Xcode 4.2中的main.m之前停止,並希望其他人能夠設置斷點,如果他們不知道如何。