xcode运行报错 Command CodeSign failed with a nonzero exit code

网上的一些解决方法是:command + k,然后 重启电脑。再次运行就好了。

 

xcode运行报错 Command CodeSign failed with a nonzero exit code_第1张图片

但对与我是无效的,我的是因为Accounts.framework(下图红色圈出的部分)这个系统库导入位置出错了。所以我把这个库删除,重新导入后就正常运行了。

xcode运行报错 Command CodeSign failed with a nonzero exit code_第2张图片

怎么删除和添加的:选择targets—> build phases-->link Binary With Libraries,找到对应的库(我这里是Accounts.framework),点减号删除,在点加号添加。

xcode运行报错 Command CodeSign failed with a nonzero exit code_第3张图片

参考连接:https://www.jianshu.com/p/ed38cf470629

 

你可能感兴趣的:(ios,xcode,CodeSign,failed)