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

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

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

如何解决这个问题?


当前回答

如果在微软移动中心编译时遇到此错误

❌在SDK中,产品类型“Application”需要代码签名 iOS 10.3的 **存档失败**

请注意,移动中心目前还不支持应用商店、临时和企业类型证书的自动签名。自动签名只适用于开发证书。

你可以做两件事来克服这个限制:

Use a development certificate. You'll have to create a new one in the developer.apple.com portal, download it to your machine, export it to a .p12 file using keychain, then finally provide it to Mobile Center. You know the drill. Disable automatic signing. You will find that setting in Xcode in your project targets. Once disabled, a little "i" button will be displayed next to the "Xcode managed profile" label. Click that button, some info about the profile will be displayed. On the top left corner of that window, a "PROV" icon is displayed. That is the provisioning profile that you should provide to Mobile Center. Drag and drop the icon into the corresponding field in Mobile Center.

.

其他回答

在单元测试目标中

Xcode 7:

必须设置配置文件(与应用程序目标相同) 证书下面一定要写“不要签名”吗

Xcode 8:

必须为配置配置文件设置“None” 必须设置证书(与app target相同) (对于已弃用的配置文件,还必须设置“None”)

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

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→*选择左边显示的账号,然后按-(减号)

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

它会像魔法一样有效……

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

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

1.1:如果使用p12和provision文件,但不使用AppID登录,请不要选择“自动管理签名”。

也就是说你不需要设置你的队伍。只需在生成设置中选择您的供应文件和机器代码签名标识,就像这个生成设置一样。确保参数也设置好了。

然后回到将军那里。你会看到General set,这很好。

如果1不工作,尝试其他答案说,清理你的项目,删除派生数据文件夹,退出Xcode,并重新打开。