zoukankan      html  css  js  c++  java
  • uni-app中IOS离线打包报HBuilder has conflicting provisioning settings

    一、现象:

    HBuilder has conflicting provisioning settings.

    HBuilder is automatically signed for development, but a conflicting code signing identity Apple Distribution has been manually specified. Set the code signing identity value to "Apple Development" in the build settings editor, or switch to manual signing in the Signing & Capabilities editor.

    译:

    HBuilder具有冲突的配置设置。

    HBuilder是为开发而自动签名的,但是已经手动指定了一个冲突的代码签名标识Apple发行版。在构建设置编辑器中将代码签名标识值设置为“Apple Development”,或者在签名和功能编辑器中切换到手动签名。

    二、解决步骤:

    1、根据报错的提示,先找到编译器中代码签名标识值的设置,切换到选择卡“Build Settings” 搜索签名 “Signing” ;

    2、然后在列出的代码签名标识中把值设置为 “Apple Development”;

    3、返回选择签名的选择卡,显示正常,接下来的打包也正常了。

    三、结论:

    根据提示解决问题是最有效的方法。

  • 相关阅读:
    关于参数,集合的演示
    Process
    常见的IT 日语
    C#格式化数值
    提高C#编程水平的50个要点
    .net中C#代码与javaScript函数的相互调用问题
    Rundll32.exe
    徐家骏:我在华为工作十年的感悟
    转换人民币大小金额
    29个Ajax Javascript相册资源
  • 原文地址:https://www.cnblogs.com/waitingbar/p/13902627.html
Copyright © 2011-2022 走看看