El Capitan Beta之后Xcode 6.4/7崩溃 [英] Xcode 6.4/7 crashing after El Capitan beta

查看:73
本文介绍了El Capitan Beta之后Xcode 6.4/7崩溃的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我将计算机更新为昨晚发布给开发人员的最新Beta版,由于一个可能的.xib/.storyboard错误,昨天晚上编译正常的同一项目现在失败了.

I updated my computer to the latest beta that was released to developers last night and the same project that was compiling fine yesterday night now fails due to a supposed .xib/.storyboard error.

我尝试清理该项目,从github下载早期版本,等等.但是该项目仍然给我以下错误. "Failed to communicate with Interface Builder"Command /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool failed with exit code 255.从字面上看,.storyboard文件或与该文件没有任何远程关系的任何内容都没有更改.

I have tried cleaning the project, downloading a previous version off of github, etc.. and yet the project still gives me the following error. "Failed to communicate with Interface Builder" as well as Command /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool failed with exit code 255. Literally nothing was changed with the .storyboard file or anything remotely related to it.

更重要的是,尝试打开任何.xib/.storyboard文件(即使我没有触摸过的启动屏幕xib也会导致Xcode崩溃,这使我认为这与我无关.)

What's more is that trying to open any .xib/.storyboard file (even the launch screen xib which I haven't touched leads to Xcode crashing which leads me to think this has nothing to do with me.)

还有其他人遇到这种情况吗?有什么建议或临时解决方法吗?

Anyone else experiencing this? Any advice or temporary fixes?

更新:尝试在模拟器上运行任何内容都会导致其连续崩溃或挂起,并显示以下错误消息:"Springboard quit unexpectedly"

Update: Trying to run anything on the simulator causes it to crash continuously or hang with the following error message: "Springboard quit unexpectedly"

更新2 :游乐场不可用,但不会崩溃. 而且,这些小伙子似乎和我们在同一条船上. https://forums.developer.apple.com/thread/13170

Update 2: Playgrounds are unusable but do not crash. Also, these lads seem to be in the same boat as we are. https://forums.developer.apple.com/thread/13170

这就是为什么我们不能拥有美好的事物,Apple.

This is why we can't have nice things, Apple.

推荐答案

在终端机中:

cd /Applications/Xcode-beta.app (or wherever your Xcode 7 beta 4 is located)  
cd Contents/Developer/Platforms/iPhoneSimulator.platform  
cd Developer/SDKs/iPhoneSimulator.sdk/usr/lib  
sudo mv dyld_sim dyld_sim.orig

似乎适用于iOS项目,但watchOS尚不完善.

Seems to work for iOS projects but watchOS is iffy.

watchOS解决方案:

watchOS solution:

cd /Applications/Xcode-beta.app (or wherever your Xcode 7 beta 4 is located)  
cd Contents/Developer/Platforms/WatchSimulator.platform  
cd Developer/SDKs/WatchSimulator.sdk/usr/lib  
sudo mv dyld_sim dyld_sim.orig  

另一个如sciasxp所述,这也适用于6.4.希望我们能尽快获得新的iOS和Xcode Beta版,以永久解决此问题.

Another As mentioned by sciasxp, this also works for 6.4. Hopefully we'll get new iOS and Xcode betas soon that permanently fix this.

另一个另一个编辑:今天发布了一个新的iOS Beta,以及一个新的Xcode Beta.这个问题应该得到解决.

Another Another A new iOS beta is out today, as well as a new Xcode beta. This issue should be resolved.

这篇关于El Capitan Beta之后Xcode 6.4/7崩溃的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆