我正面临以下问题,无法构建应用程序。

XXX有冲突的配置设置。XXX自动 但配置配置文件通配符已手动配置 指定。中将配置文件的值设置为“自动” 生成设置编辑器,或在目标中切换到手动配置 编辑器。SDK中产品类型“Application”需要代码签名 iOS 10.0的

我也无法选择一个特定的配置文件。

如何解决这个问题?


当前回答

这是因为您在创建项目时没有选择团队。

我太固执了。我在构建设置中选择了它,但无效。我必须创建一个新项目。

“我在构建设置中选择了它,但无效。I must create a new project.”是错误的。

它是无效的,因为我没有选择扩展。您必须在项目的所有扩展中选择一个概要文件,并且不需要创建一个新的概要文件。

[2

其他回答

即使在安装Watch OS应用程序扩展时,Xcode 8.1也出现了同样的错误:

在Build项目中将配置文件更新为空后 设置,一切工作正常。

在每个目标构建设置中,iOS开发人员的代码签名标识。

步骤:

一般→签约 取消勾选:自动管理签名 选择Import Provisioning

在应用了上面所有的解决方案后,我又遇到了同样的问题。即

因此,我通过删除构建发送中的provision profile来解决这个问题。 请找到图片,会让你更清楚

我的天,为了让它起作用,我不得不做这些。一幅图胜过千言万语。

If you get this error while archiving then continue reading. Go to your app and click on the general tab. Under the signing section, uncheck "Automatically manage signing". As soon as you do that you will get a status of red error as shown below. Now here's the tricky part. You need to uncheck "Automatically manage Signing" in both the targets under your project. This step is very important. Now go under "build settings" tab of each of those targets and set "iOS Developer" under code signing identity. Do the same steps for your "PROJECT". Now do Xcode → Product → Clean. Close your project in Xcode and reopen it again. After this go to the general tab of each of your targets and check "Automatically manage signing" and under team drop down select your developer account Do an archive of your project again and everything should work.

实际上,苹果吗?这是为了让我们的生活更轻松吗?

这就是我所说的典型的苹果Xcode UX设计漏洞。

错误说有一堆东西你做错了局部。

这个错误实际上意味着“我们在网上有一个新协议,你没有接受”。

在检查和取消自动签名按钮后,我得到了这个协议错误显示:

登录到开发者门户网站,我看到了一个协议更新通知的横幅:

. 重新启动Xcode 8之后,这个错误就被清除了,只是迫使我重新选择我的机器上已经有并绑定到项目的证书。

这本来可以在一个不那么令人困惑的实现中处理,但这就是我修复它的方式。我把它放在这里,因为它与其他人给出的步骤截然不同。

哦,是的,拥有最新的iOS 10设备和最新的Xcode(我使用的是7.3.1之类的)也会抛出错误,直到我更新。