我正面临以下问题,无法构建应用程序。
XXX有冲突的配置设置。XXX自动 但配置配置文件通配符已手动配置 指定。中将配置文件的值设置为“自动” 生成设置编辑器,或在目标中切换到手动配置 编辑器。SDK中产品类型“Application”需要代码签名 iOS 10.0的
我也无法选择一个特定的配置文件。
如何解决这个问题?
我正面临以下问题,无法构建应用程序。
XXX有冲突的配置设置。XXX自动 但配置配置文件通配符已手动配置 指定。中将配置文件的值设置为“自动” 生成设置编辑器,或在目标中切换到手动配置 编辑器。SDK中产品类型“Application”需要代码签名 iOS 10.0的
我也无法选择一个特定的配置文件。
如何解决这个问题?
当前回答
首先在通用选项卡->签约部分->选择一个开发团队,管理签约
类似地,如果你正在处理多个pod文件,分别选择每个pod目标,然后进入general选项卡->签名部分->选择一个开发团队,管理签名
对项目中的所有pod重复相同的过程
创建项目。
这对我很有效
其他回答
即使在安装Watch OS应用程序扩展时,Xcode 8.1也出现了同样的错误:
在Build项目中将配置文件更新为空后 设置,一切工作正常。
在每个目标构建设置中,iOS开发人员的代码签名标识。
所有答案看起来都很好,但我发现仍然有问题,所以我在XCode 9.0中更改了Build中的设置-共享它,以便它可以帮助别人。
我的天,为了让它起作用,我不得不做这些。一幅图胜过千言万语。
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.
实际上,苹果吗?这是为了让我们的生活更轻松吗?
如果你仍然有问题,那么请尝试这个。
构建设置->用户自定义->配置文件(删除此。)
这将解决我的问题。
谢谢
我已经尝试了所有的问题,但不是为我工作 我所尝试的是
首先,我想用手动代码签名的过程,我不会通过自动代码签名来做
我指定团队名称 然后更改部署目标 清洁和构建
你现在可以出发了