美文网首页
Xcode 10自动设置签名失败小记

Xcode 10自动设置签名失败小记

作者: Steven_2016 | 来源:发表于2019-01-08 19:40 被阅读73次

在网上下载一份代码后,想要快速运行起来一般都会更改一下包名,并设置自动签名。最近升级了Xcode 10 同样操作了一下,出现这样的提示:

iOS XXX is automatically signed, but provisioning profile b745820-ee07-48f8-bfe5-fd32f23776d0 has been manually specified. Set the provisioning profile value to "Automatic" in the build settings editor, or switch to manual signing in the project edit

解决方法很简单

1.在项目目录中找到.xcodeproj文件,选中
image.png
2.右键,显示包内容
3.选中. pbxproj文件并打开
image.png
4.搜索 b745820-ee07-48f8-bfe5-fd32f23776d0 将其所在行删除,完工。

相关文章

网友评论

      本文标题:Xcode 10自动设置签名失败小记

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