संकलित करते समय क्रैश होता है जब मैं कमांड लाइन टूल 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
किसी भी विचार कैसे इस समस्या को हल करने के लिए?
बिल्कुल वही मेरे साथ होता है। क्या आपको समाधान मिला है? – Dmytro
अभी तक, ऐप्पल को एक बग भरा नहीं है ... – x2on
लगता है कि यह समस्या मेरे लिए एक्सकोड 4.3.1 में निश्चित रूप से तय की गई है ... – x2on