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、返回选择签名的选择卡,显示正常,接下来的打包也正常了。

    三、结论:

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

  • 相关阅读:
    RESTful风格的API
    案例:toDoList
    jQuery中的Ajax
    php 使用kafka
    crontab不执行
    php两种实现守护进程的方式
    crontab不执行脚本,手动调测又没有任何问题
    centos7 安装跳板机(堡垒机)
    Ubuntu修改默认键盘布局的方法
    openresty nginx升级版
  • 原文地址:https://www.cnblogs.com/waitingbar/p/13902627.html
Copyright © 2011-2022 走看看