美文网首页
.app: resource fork, Finder info

.app: resource fork, Finder info

作者: softgoto | 来源:发表于2016-12-07 10:54 被阅读0次

早上打开Xcode,Build工程时发现报错了

.app: resource fork, Finder information, or similar detritus not allowed

Google到解决方案:

在终端 cd 到 DerivedData 目录
/Users/you_name/Library/Developer/Xcode/DerivedData
和工程目录,执行下面的命令

$ xattr -rc .

重启Xcode,Build 搞定🍻

参考:
https://forums.developer.apple.com/thread/48726
https://forums.developer.apple.com/thread/48905

相关文章

网友评论

      本文标题:.app: resource fork, Finder info

      本文链接:https://www.haomeiwen.com/subject/vmedmttx.html