zoukankan      html  css  js  c++  java
  • iOS has conflicting provisioning settings 解法

    XXX has conflicting provisioning settings.

    XXX is automatically signed, but provisioning profile xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx has been manually specified. Set the provisioning profile value to "Automatic" in the build settings editor, or switch to manual signing in the project editor.

     

    引起这个问题的主要原因还是因为原本的项目过于老旧, 对账号一波流很不友好, 网上说的证书解法没啥用时不妨参考一下以下解法

    以下使用的Xcode版本截止发文时为最新的Xcode10.1

     

    d0

    找到xx.xcodeproj

    右键显示包内容

    d1

    打开project.pbxproj

    d2

    "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx";的内容全部删掉

    剩着"";就行

     

    收工

  • 相关阅读:
    重量传感器
    cotex_m3内核提供的ITM串口打印调试
    unsigned char 转字符串:
    手工双面打印
    Windows系统(服务器)忘记管理员登录密码:
    标准电流信号为什么是4-20MA?(网络摘录)
    LPC1768之ISP
    万用表的位数
    485收发控制器:
    [LeetCode] 534. Design TinyURL 设计短网址
  • 原文地址:https://www.cnblogs.com/Simon-X/p/9916409.html
Copyright © 2011-2022 走看看