iOS “项目名” has conflicting provisioning settings.

发布程序的时候,提示 :html

  "项目名 "  is automatically signed for development, but a conflicting code signing identity iPhone Distribution has been manually specified. Set the code signing identity value to "iPhone Developer" in the build settings editor, or switch to manual signing in the project editor.xcode

这是怎么回事呢?app

由于我用的是xcode 7.1 beta 版,ide

这版的build Setting 如图:ui

我用的是这个。下面的,都是iOS Develperatom

而 7.3.1非beta版的build Setting 以下图:spa

少了 3d

并且,根据提示,你须要在project 选项下的build Setting里面设置 code Settingcode

呵呵呵。。。htm

 

//---------------------2016.09.23---------------------- 

(特别提醒:这种问题大部分是你的证书问题,遇到后请先检查你的发布证书和配置文件,不要像我同样,最后才发现是配置文件失效引发的)

后来我再次遇到了这个问题,从新作了发布证书,发现:

1:若是在 TARGETS 中的general 中 对其取消勾选

而后在非atomic 模式下本身选择文件是能够编译的

2:若是是在atomic 模式下,下边这种状态也是能够编辑的

(关于code signing 等的描述能够参考 https://developer.apple.com/library/content/documentation/IDEs/Conceptual/AppDistributionGuide/Troubleshooting/Troubleshooting.html#//apple_ref/doc/uid/TP40012582-CH5-SW2)

//-------------------2017.06.09-------------------

重拾iOS ,又遇到了这个问题:有点怒了,决定搞个明白

问题:

 

XianYiDian has conflicting provisioning settings. XianYiDian is automatically signed for development, but a conflicting code signing identity iPhone Distribution has been manually specified. Set the code signing identity value to "iPhone Developer" in the build settings editor, or switch to manual signing in the project editor.

Code signing is required for product type 'Application' in SDK 'iOS 10.1'

解决:

之前不知道 项目右侧的 project 和 targers 有什么用,后来发现对APP的预编译有一些影响。

 

参考连接:

相关文章
相关标签/搜索