美文网首页
Xcode11.3 "XXX has conflicting p

Xcode11.3 "XXX has conflicting p

作者: Linda_smile | 来源:发表于2020-03-20 15:24 被阅读0次

    XXXXX has conflicting provisioning settings.

    XXXXX is automatically signed,but provisioning profile xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxx 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.

    翻译:xxxxxx的配置设置冲突。

    xxxxxx已自动签名,但已手动指定了配置文件xxxxxxxx。 在构建设置编辑器中将供应配置文件值设置为“自动”,或在“签名和功能”编辑器中切换到手动签名。

    解决办法:

    全局搜索错误当中那个字符串"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxx",双击打开,会定位到Build Settings里面,但是定位不到具体位置。

    在Build Settings里面搜索"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxx"这个字符串,就定位到具体位置,然后删掉那个字符串即可。

    这个好像是xcode的小bug,在设置自动配置模式下,没有清空已有的配置。

    相关文章

      网友评论

          本文标题:Xcode11.3 "XXX has conflicting p

          本文链接:https://www.haomeiwen.com/subject/mrpjyhtx.html