无法运行iPhone模拟器 - 文件"日志"无法得救

时间:2014-12-26 20:22:22

标签: ios iphone ios-simulator xcode6.1

iPhone模拟器不起作用。显示错误消息:

  

文件“Logs”无法保存在“Library”文件夹中,因为a   已存在同名文件。

当/ Logs目录为空时,模拟器会创建子目录CoreSimulator / [AppID]并显示上述消息。它是新的OS X Yosemite,安装在新款Mac Mini上。

知道如何解决这个问题吗?

4 个答案:

答案 0 :(得分:66)

尝试重置它为我工作的Ios Simulator设置!

iOS模拟器 - >重置内容和设置...

答案 1 :(得分:6)

只是为了让它更清晰(除了@ storm的回答):

enter image description here

答案 2 :(得分:2)

我怀疑您手动删除〜/ Library / Logs / CoreSimulator并且错误消息是因为sim无法创建〜/ Library / Developer / CoreSimulator / Devices // data / Library / Logs符号链接,因为它已经存在

您应该可以通过运行' xcrun simctl erase [udid]'

重置设备来摆脱这种情况

答案 3 :(得分:2)

我用:

解决了这个问题(Xcode 7.1)
find ~/Library/Developer/XCPGDevices -name Logs* -exec rm -fr {} \;