码迷,mamicode.com
首页 > 其他好文 > 详细

安装Xcode 7 beta后Xcode 6崩溃的问题

时间:2015-08-19 11:04:49      阅读:85      评论:0      收藏:0      [点我收藏+]

标签:

解决方案:http://stackoverflow.com/questions/31803585/xcode-6-4-7-crashing-after-el-capitan-beta

 

A workaround was found thanks to "lembacon" on the Apple Developer Forums.

In Terminal:

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

Seems to work for iOS projects but watchOS is iffy.

EDIT: 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  

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

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

安装Xcode 7 beta后Xcode 6崩溃的问题

标签:

原文地址:http://www.cnblogs.com/Bob-wei/p/4741424.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!