在网上下载一份代码后,想要快速运行起来一般都会更改一下包名,并设置自动签名。最近升级了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文件,选中

2.右键,显示包内容
3.选中. pbxproj文件并打开

网友评论