美文网首页iOS DeveloperiOS 开发
xcode8 错误:resource fork, Finder

xcode8 错误:resource fork, Finder

作者: 陈丽东 | 来源:发表于2016-09-26 21:33 被阅读0次

真机测试可以,但是要打包的时候出现这个问题,有人会解决吗?/Applications/yuwen1u.app: resource fork, Finder information, or similar detritus not allowedCommand /usr/bin/codesign failed with exit code 1两天了,还没解决,帮忙一下了

xcode8 错误:resource fork, Finder information, or similar detritus not allowedCommand /usr/bin/codesign failed with exit code 1

解决办法来了:

第一步,打开终端,进入到你工程目录

第二步,输入命令:xattr -rc .

就可以。如下图

xcode8 错误:resource fork, Finder information, or similar detritus not allowedCommand /usr/bin/codesign failed with exit code 1

相关文章

网友评论

    本文标题:xcode8 错误:resource fork, Finder

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