美文网首页
xcode xxxxx is automatically sig

xcode xxxxx is automatically sig

作者: 孟华007 | 来源:发表于2018-05-04 09:52 被阅读0次

       接手一个新项目,拿到提供的p12证书及.mobileprovision文件,编译的时候提示:‘工程名’ is automatically signed for development, but a conflicting code signing identity iPhone Distribution;

       当时我就很生气,怎么可能会有这个问题,折腾了很久,证书也都重新生成.....可惜又要花费大量精力将原来项目的证书重新配置一遍;所以在ios开发中碰到证书相关问题,最好弄明白是什么原因导致的,不要随意清空账号证书,导致浪费愉快的时光。

       正文: 错误事例截图

解决方案: 将target -> build setting -> code signing profile 配置好即可

相关文章

网友评论

      本文标题:xcode xxxxx is automatically sig

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