code sign error 1
Posted 小课桌
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了code sign error 1相关的知识,希望对你有一定的参考价值。
Xcode8.3 beta 调试:
.app: resource fork, Finder information, or similar detritus not allowed
备注:只有模拟器编译时出现这种情况,真机build success
解决方法:
1、终端cd到工程目录,执行“xattr -rc .”,这时编译,一般都成功,如果不成功,执行步骤2
2、终端cd到DerivedData目录,执行“xattr -rc .”
以上是关于code sign error 1的主要内容,如果未能解决你的问题,请参考以下文章
iOS Code Sign error: Provisioning profile can't be found 解决方式
解决Code Sign error: Provisioning profile does not match bundle identifier
Code Sign Error in macOS Sierra Xcode 8.3.3 - resource fork, Finder information, or similar detritus