项目运行过程中出现:
XXXX(项目名称) has conflicting provisioning settings.
XXXX(项目名称) is automatically signed, but provisioning profile YYYY(一段字符串) has been manually specified. Set the provisioning profile value to "Automatic" in the build settings editor, or switch to manual signing in the project editor.
解决方法:
1.targets-->build setting --> signing --> code signing entitlements 删除文件路径
2.找到项目文件夹-->找到XXXX.xcodeproj 右击显示报内容 -->打开文件 project.pbxproj -->搜索YYYY(字符串)删除字符串即可。(注意只能删除双引号内的内容,双引号及其双引号之外的内容均不能删除)
到此解决问题。