控制台输出Xcode Playground

前端之家收集整理的这篇文章主要介绍了控制台输出Xcode Playground前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我从我的 xcode控制台收到一个错误文件.控制台输出 Xcode Playground

Unable to create symlink at /Users/petergoeren/Library/Containers/com.apple.dt.playground.stub.OSX.HelloGreg-8245CB75-384D-4509-BADB-9FB6466D4C88/Data/Documents/Shared Playground Data due to error: Optional(Error Domain=NSCocoaErrorDomain Code=516 “The file “Shared Playground Data” couldn’t be saved in the folder “Documents” because a file with the same name already exists.” 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 “The operation couldn’t be completed. File exists”})
hello Greg

这似乎是一个文件试图保存到已经存在的文件.删除文件后,它会运行一次以启动正确的无错误控制台然后错误返回.任何人遇到这个问题并知道修复?

解决方法

最近更新到beta 4后,我遇到了同样的问题.在阅读了devcenter论坛后,我创建了文件夹“〜/ Documents / Shared Playground Data”.

该消息仍然偶尔出现但不经常出现.

/ MIB

猜你在找的Xcode相关文章