swift : 无法与 Interface Builder 通信

Posted

技术标签:

【中文标题】swift : 无法与 Interface Builder 通信【英文标题】:swift : Failed to communicate with Interface Builder 【发布时间】:2014-06-05 05:50:48 【问题描述】:

我刚刚在 xcode 6 beta 中打开了现有项目。但它会因以下错误消息而崩溃。

dyld: problem loading ios simulator dyld
2014-06-05 11:15:06.604 ibtoold[952:507] Init failed: Error Domain=IBMessageChannelErrorDomain Code=1 "Failed to communicate with Interface Builder" UserInfo=0x7fd09861dbf0 NSLocalizedDescription=Failed to communicate with Interface Builder, NSLocalizedFailureReason=Interface Builder Cocoa Touch Tool crashed: EXC_BREAKPOINT (SIGTRAP), IBCrashLog=

Dyld Error Message:
  problem loading iOS simulator dyld

2014-06-05 11:15:06.605 ibtoold[952:507] [MT] DVTAssertions: Warning in /SourceCache/IDEInterfaceBuilder/IDEInterfaceBuilder-6154.17/InterfaceBuilderKit/Utilities/IBAbstractMessageChannelInterfaceBuilderToolManager.m:76
Details:  Failed to attach to Interface Builder Cocoa Touch Tool with error: Error Domain=com.apple.InterfaceBuilder Code=-1 "Encountered an error communicating with Interface Builder Cocoa Touch Tool." UserInfo=0x7fd09b3a1360 NSUnderlyingError=0x7fd09861d710 "Failed to communicate with Interface Builder", NSLocalizedDescription=Encountered an error communicating with Interface Builder Cocoa Touch Tool., NSLocalizedRecoverySuggestion=Please check Console.app for crash reports for "Interface Builder Cocoa Touch Tool" for further information., NSLocalizedFailureReason=Interface Builder Cocoa Touch Tool (962) failed to launch and exited with status (null), signal 5.



Dyld Error Message:
  problem loading iOS simulator dyld

Object:   <IBCocoaTouchToolManager: 0x7fd09b478a40>
Method:   -attachToToolForTargetRuntime:scaleFactor:assertOnFailureToAttach:assertOnPostLaunchRequestFailures:error:
Thread:   <NSThread: 0x7fd098614780>name = (null), num = 1
Please file a bug at http://bugreport.apple.com with this warning message and any useful information you can provide.
2014-06-05 11:15:06.914 ibtoold[952:507] [MT] DVTAssertions: ASSERTION FAILURE in /SourceCache/IDEInterfaceBuilderCocoaTouch/IDEInterfaceBuilderCocoaTouch-6153.11/InterfaceBuilder/Utilities/IBObjectMarshalling.m:45
Details:  Failed to launch Interface Builder Cocoa Touch Tool: Error Domain=com.apple.InterfaceBuilder Code=-1 "Encountered an error communicating with Interface Builder Cocoa Touch Tool." UserInfo=0x7fd09b3a1360 NSUnderlyingError=0x7fd09861d710 "Failed to communicate with Interface Builder", NSLocalizedDescription=Encountered an error communicating with Interface Builder Cocoa Touch Tool., NSLocalizedRecoverySuggestion=Please check Console.app for crash reports for "Interface Builder Cocoa Touch Tool" for further information., NSLocalizedFailureReason=Interface Builder Cocoa Touch Tool (962) failed to launch and exited with status (null), signal 5.

在 xcode beta 上运行 xib 是否有任何解决方法?

【问题讨论】:

发生同样的退出并重新启动, 你的意思是xcode还是mac?我已经重新启动了我的 xcode。但没有用。 尝试重新启动您的 Mac。 感谢@ThePaddedCell。它对我有用.. 仅供参考,人们因谈论 SOF 上的预发布/测试版软件而备受关注,我很惊讶您没有这样做。 +1,因为这有助于解决我的问题。 【参考方案1】:

这修复了 Interface Builder 问题。

cd /Applications/Xcode.app
cd Contents/Developer/Platforms/iPhoneSimulator.platform  
cd Developer/SDKs/iPhoneSimulator.sdk/usr/lib  
sudo mv dyld_sim dyld_sim.orig  

【讨论】:

很高兴为您服务:) 这对我不起作用。重新启动我的Mac。有谁知道为什么会这样?为什么建议将上述“mv”作为修复?【参考方案2】:

根据@ThePaddedCell,我做了以下步骤,它终于为我工作了

1) Move xcode6-beta 进入应用程序文件夹

2) Restart mac 并从应用程序文件夹打开 xcode6-beta。

但我不知道为什么..如果有人知道这个原因,欢迎更新我的答案。

【讨论】:

我不必重新启动 Mac。复制到 /Applications 为我解决了这个问题。 这确实解决了 Xcode beta 的问题,即使使用 Version 8.0 beta (8S128d) 错误是 - Interface Builder Cocoa Touch Tool (1122) failed to launch and exited with status 11【参考方案3】:

将您的 Xcode 移动到应用程序,然后检查它,如果问题仍未解决,然后重新启动您的 Mac 并从应用程序打开 xcode。

【讨论】:

以上是关于swift : 无法与 Interface Builder 通信的主要内容,如果未能解决你的问题,请参考以下文章

Object-C 中的 Swift 代码:“ClassName”没有可见的@interface 声明选择器“alloc”

Swift和Interface Builder中的单身人士

Interface Builder 文件 Swift/Parse 错误中的未知类 PFQueryTableView

在 Swift 中使用 IBOutlet 的 UIImageView 在 Interface Builder 中查看

如何使用 Interface Builder 和 Swift 在 xCode6 中正确创建故事板

Objective-c 中的 swift 3 方法失败,没有可见的 @interface for 'MySwiftClass' 声明选择器 'addX:andY'