iOS Embedded binary is not signed with the same certificate as the parent app. Verify the embedded b
今天接手其他部门项目,然后修改bug打包上架却发现这个问题:
error: Embedded binary is not signed with the same certificate as the parent app. Verify the embedded binary target's code sign settings match the parent app's.
查找一下网上资料,总结为以下几点:
1.证书错误,那查找证书问题,看证书是否有问题
2.如果项目有多个target,如果某一个子的target的签名选择不对,与父程序的签名不一致造成的。
如图所示,选择target时候设置对应的签名证书就可以解决这个问题了。
END.
还没有评论,来说两句吧...