项目报xxx has conflicting provisioning settings错误

OpenLive has conflicting provisioning settings.

OpenLive is automatically signed, but provisioning profile e2c40d34-a180-447e-8c83-9be2f3c55c87 has been manually specified. Set the provisioning profile value to "Automatic" in the build settings editor, or switch to manual signing in the Signing & Capabilities editor.

 

1.打开项目文件,找到xxx.xcodeproj

2.右键点击,选择“显示包内容”,双击打开project.pbxproj文件

3.在这个文件搜索报错显示的数字(即 e2c40d34-a180-447e-8c83-9be2f3c55c87 ),全部删除至剩余"",保存。重新打开项目文件,运行。

你可能感兴趣的:(iOS,swift)