【发布时间】:2014-07-29 07:15:26
【问题描述】:
我从我的 xcode 控制台收到一个错误文件。控制台输出 Xcode Playground
无法在 /Users/petergoeren/Library/Containers/com.apple.dt.playground.stub.OSX.HelloGreg-8245CB75-384D-4509-BADB-9FB6466D4C88/Data/Documents/Shared Playground Data 上创建符号链接,原因是错误:可选(错误域=NSCocoaErrorDomain Code=516“文件“共享游乐场数据”无法保存在文件夹“文档”中,因为已存在同名文件。” UserInfo=0x7fb04850c500 {NSFilePath=/Users/ petergoeren/Library/Containers/com.apple.dt.playground.stub.OSX.HelloGreg-8245CB75-384D-4509-BADB-9FB6466D4C88/Data/Documents/Shared Playground Data,NSUnderlyingError=0x7fb04850bce0“操作无法完成。文件已存在”}) 你好格雷格
这似乎是一个文件正在尝试保存到一个已经存在的文件中。删除文件后,它会启动一次正确的无错误控制台,然后错误又回来了。有人遇到过这个问题并知道解决方法吗?
【问题讨论】:
标签: xcode macos error-handling console