• 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";的内容全部删掉

    剩着"";就行

     

    收工

  • 相关阅读:
    贪心-poj-3040-Allowance
    [置顶] .net技术类面试、笔试题汇总3
    数据对接—kettle使用之二
    做好先期工作,才能有效沟通
    cc++复习基础要点08--c++单例模式
    android 限制adb的访问目录
    我奋斗18年,和你或者咖啡没有任何关系
    (3)选择元素——(15)总结(Summary)
    (3)选择元素——(16)延伸阅读(Further reading)
    网络协议复习
  • 原文地址:https://www.cnblogs.com/Simon-X/p/9916409.html
Copyright © 2020-2023  润新知