2012-01-29 162 views
2

好吧,所以我的Xcode和iPhone模擬器最近變得非常糟糕,所有我記得在開始發生之前做的事情是我關閉了我的Mac。所以,我的第一個問題是,每次我打開iPhone模擬器,它說,模擬的應用程序不能運行,並要求切換SDK,我點擊5.0,它不斷說。我已經嘗試過重新安裝Xcode 3次了。其次,無論何時我打開MainStoryboard.iphone/ipad文件,Xcode都會凍結並讓我選擇崩潰或繼續處於不良狀態或類似情況。接下來,應用程序我試圖創建一個用來工作,但隨後突然的,它會在啓動時崩潰,出現此錯誤消息:iPhone模擬器在啓動時崩潰

dyld: Symbol not found: ___CFObjCIsCollectable 
Referenced from: /System/Library/Frameworks/Security.framework/Versions/A/Security 
Expected in:/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk/Sym/Library/Frameworks/CoreFoundation.framework/CoreFoundation 
in /System/Library/Frameworks/Security.framework/Versions/A/Security 
2012-01-03 21:02:45.802 ibtoold[1399:d03] [MT] DVTAssertions: ASSERTION FAILURE in /SourceCache/IDEInterfaceBuilderCocoaTouch/IDEInterfaceBuilderCocoaTouch-933/IBPlugin/Utilities/IBObjectMarshalling.m:179 

Details: Interface Builder encountered an error communicating with the iOS Simulator. "Interface Builder Cocoa Touch Tool" (1402) failed to launch and exited with status (null), signal 5. Please check Console.app for crash reports for "Interface Builder Cocoa Touch Tool" for further information. 
Function: NSDistantObject<IBCocoaTouchToolProtocol> *IBAttachToCocoaTouchTool(IBCocoaTouchTargetRuntime *) 
Thread: <NSThread: 0x40010a220>{name = (null), num = 1} 

這是我開始運行時得到了錯誤應用程序,現在不是,它只是給我的兩個錯誤在構建應用程序,這裏就是那些說:

Command /Developer/usr/bin/ibtool failed with exit code 255 
Verify exit code of build task 'CompileStoryboard MainStoryboard_iPhone.storyboard' 
Build task failed without generating error messages. 

這些都必須在相關的某種方式,它有兩種與故事板設置或iOS的做模擬器,這一直是我的應用程序的製作巨大的挫折,如果任何人有這個問題,請幫助

編輯:好的一直在試圖看看這個相同的事情發生在其他項目上,它似乎只是與錯誤的應用程序,但IOS模擬器不適用於任何東西。另外,從字面上看,我嘗試在Xcode上做的其他事情現在會提示崩潰,甚至嘗試打開項目並在新窗口中查看錯誤。

回答

0

更新到更新版本的Xcode,它們運行更流暢,並且更少bug。