-
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.原因:虽然勾选了自动管理证书和描述文件,但实际上描述文件被指定为
a7e03077-46db-4b91-b0c4-20fd613c1e14,导致冲突。 -
解决:
拷贝
a7e03077-46db-4b91-b0c4-20fd613c1e14到Build Settings里面搜索即可找到配置的地方,然后双击编辑清空即可。