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

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

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

如何解决这个问题?


当前回答

只需再次从开发人员帐户下载配置文件。 然后从Xcode签出所有的开发者账号→Preferences→accounts→*选择左边显示的账号,然后按-(减号)

删除所有帐户后,按+号(添加)按钮,以所有开发人员帐户登录。

它会像魔法一样有效……

其他回答

在“生成”中更改“签名”中的设置

清理并存档你的代码,希望对你有所帮助。

我升级到Xcode 8和iOS 10,但我遇到了问题。

我通过进入项目常规选项卡,签名部分来修复它。

点击“启用签名.....”

就是这样。

我什么都做了,但一点用都没有。我卸载了Xcode 10,安装了Xcode 9.4,然后它就开箱即用了!

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

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签出所有的开发者账号→Preferences→accounts→*选择左边显示的账号,然后按-(减号)

删除所有帐户后,按+号(添加)按钮,以所有开发人员帐户登录。

它会像魔法一样有效……