今日まで正常に機能していたXIB
ファイルがありました.Xcodeで開こうとすると、ビーチボールが表示され、1分後にXcodeがクラッシュします. 他XIBs
のものは問題なく動作します。また、プロジェクトを自分のデバイスに直接ビルドして実行すると、それも機能します (そして、XIB はアプリで機能します)。
エラーメッセージは次のとおりです。
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information:
ProductBuildVersion: 4G1004
ASSERTION FAILURE in /SourceCache/IDEInterfaceBuilderCocoaTouch/IDEInterfaceBuilderCocoaTouch-1929/IBPlugin/Utilities/IBObjectMarshalling.m:651
Details: Failed to arbitrate IBNSLayoutConstraint, IBUIButton, IBUIImageView, IBUILabel, IBUITextField, and IBUIView.
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: NSInternalInconsistencyException
どんなアイデアや考えでも大歓迎です!