2012-01-31 14 views
9

संकलित करते समय क्रैश होता है जब मैं कमांड लाइन टूल xcodebuild (एक्सकोड 4.2.1 - आईओएस एसडीके 5.0) के साथ अपने ऐप को संकलित करता हूं तो यादृच्छिक रूप से ibtoold (इंटरफ़ेस बिल्डर) क्रैश होता है। जब मैं निर्माण को फिर से शुरू करता हूं तो सब कुछ ठीक काम करता है।एक्सकोड: इंटरफ़ेस बिल्डर XIB

निम्न त्रुटि होता है:

ibtoold[88134:107] [MT] DVTAssertions: ASSERTION FAILURE in /SourceCache/IDEInterfaceBuilderCocoaTouch/IDEInterfaceBuilderCocoaTouch-933/IBPlugin/Utilities/IBObjectMarshalling.m:499 
Details: Interface Builder encountered an error communicating with the iOS Simulator. If you choose to file a crash report or radar for this issue, please check Console.app for crash reports for "Interface Builder Cocoa Touch Tool" and include their content in your crash report. 
Exception name: NSInvalidReceivePortException 
Exception reason: connection went invalid while waiting for a reply because a mach port died 
Exception backtrace: 
(null) 
Exception info:(null) 
Object: <IBAssertionShim: 0x40047fac0> 
Method: -reportMarshallingFailure: 
Thread: <NSThread: 0x40010a220>{name = (null), num = 1} 
Hints: None 
Backtrace: 
    0 0x00000001068f42d4 -[DVTAssertionHandler handleFailureInMethod:object:fileName:lineNumber:messageFormat:arguments:] (in DVTFoundation) 
    1 0x00000001068f41a4 _DVTAssertionFailureHandler (in DVTFoundation) 
    2 0x00000001094f1e20 (in IDEInterfaceBuilderCocoaTouchIntegration) 
    3 0x0000000109572081 (in IDEInterfaceBuilderCocoaTouchIntegration) 
    4 0x00000001095720d4 (in IDEInterfaceBuilderCocoaTouchIntegration) 
    5 0x0000000106087d25 (in ibtoold) 
    6 0x0000000106085413 (in ibtoold) 
    7 0x0000000106085120 (in ibtoold) 
    8 0x000000010608502c (in ibtoold) 
    9 0x000000010608ed56 (in ibtoold) 
    10 0x0000000106084baa (in ibtoold) 
    11 0x0000000106085b8f (in ibtoold) 
    12 0x0000000106083644 (in ibtoold) 
Command /Developer/usr/bin/ibtool failed with exit code 255 

किसी भी विचार कैसे इस समस्या को हल करने के लिए?

+0

बिल्कुल वही मेरे साथ होता है। क्या आपको समाधान मिला है? – Dmytro

+0

अभी तक, ऐप्पल को एक बग भरा नहीं है ... – x2on

+0

लगता है कि यह समस्या मेरे लिए एक्सकोड 4.3.1 में निश्चित रूप से तय की गई है ... – x2on

उत्तर

0

यह बगएक्सकोड 4.2 के साथ प्रतीत होता है। *

4.3 को अपडेट करने का प्रयास करें - यह मेरे लिए काम करता है।

+0

मैं समय-समय पर इस समस्या को देख सकता हूं जब हमारा बिल्ड सर्वर हमारे लिए एक परियोजना बनाता है (एक्सकोड 4.3 का उपयोग करना)। बस पुनः प्रयास करने से समस्या ठीक हो जाती है – Erik

0

यह समस्या विश्वसनीय रूप से एक प्रोजेक्ट के लिए पुन: उत्पन्न की गई थी जिस पर मैं काम कर रहा था। लक्ष्य के "कॉपी बंडल संसाधन" निर्माण चरण में xib फ़ाइलों के क्रम को बदलने के लिए मेरे लिए काम किया।

संबंधित मुद्दे