iOS老项目证书问题

问题提示:"项目名 " is automatically signed for development, but a conflicting code signing identity iPhone Distribution has been manually specified. Set the code signing identity value to "iPhone Developer" in the build settings editor, or switch to manual signing in the project editor.

引起这个问题的主要原因还是因为原本的项目过于老旧, 对账号一波流很不友好, 网上说的证书解法没啥用时不妨参考一下以下解法

以下使用的Xcode版本截止发文时为最新的Xcode10.1

1,找到项目的.xcodeproj文件
.xcodeproj文件

2,选中,右键显示包内容

3,找到
00FC1543-0DE9-4A8A-9877-C79223C6F7A3.png

4,xcode打开,找到其中的 PROVISIONING_PROFILE 对应的字段,全部修改为字符串""
5,保存,退出,重新打开这个项目,祝你好运

参考:http://www.cnblogs.com/Simon-X/p/9916409.html

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容