本文介绍了无法启动iOS模拟器-xcode 6.0.1的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在OS X Mavericks 10.9.5上的Xcode 6.0.1中出现错误.
I've an error in Xcode 6.0.1 on OS X Mavericks 10.9.5.
当我调试时,iOS 8模拟器显示此错误:
When I debug, the iOS 8 simulator shows this error:
几秒钟后,Xcode显示另一个错误:
After few seconds Xcode shows this other error:
但是,iOS 7模拟器可以正常工作!
However, the iOS 7 simulator works!!
推荐答案
您设置了DYLD_INSERT_LIBRARIES吗?检查/etc/launchd.conf并在〜/Library/Logs/DiagnosticReports中查找launchd_sim崩溃日志...如果是这样,这是重复的
Do you have DYLD_INSERT_LIBRARIES set? Check /etc/launchd.conf and look for launchd_sim crash logs in ~/Library/Logs/DiagnosticReports ... if so, this is a dupe of
这篇关于无法启动iOS模拟器-xcode 6.0.1的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!