iOS xxx has conflicting provisioning settings.

278 阅读1分钟
  • iOS 登录开发者账号后,勾选了 Automatically manage signing 自动生成证书后,选择了 Team,报了警告

    HBuilder has conflicting provisioning settings.

    HBuilder is automatically signed, but provisioning profile a7e03077-46db-4b91-b0c4-20fd613c1e14 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.

    image.png

    原因:虽然勾选了自动管理证书和描述文件,但实际上描述文件被指定为 a7e03077-46db-4b91-b0c4-20fd613c1e14,导致冲突。

  • 解决:

    拷贝 a7e03077-46db-4b91-b0c4-20fd613c1e14Build Settings 里面搜索即可找到配置的地方,然后双击编辑清空即可。

    image.png

    image.png

    image.png