美文网首页
build 或 Archive 失败

build 或 Archive 失败

作者: 间歇_持续 | 来源:发表于2018-03-14 17:31 被阅读91次

报错

resource fork, finder information, or similar detritus not allowed
Command /usr/bin/codesign failed with exit code 1

解决方法:
进入项目根目录,执行命令
find . -name "*.png" -exec xattr -c {} \;

相关文章

网友评论

      本文标题:build 或 Archive 失败

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