简体   繁体   English

AppCenter生成错误“配置文件不包括签名证书苹果推送服务”

[英]AppCenter Build error “Provisioning profile does not include signing certificate apple push services”

When I try to build pipeline for build ipa using appcenter it gives me error : 当我尝试使用appcenter构建用于构建ipa的管道时,出现错误:

Provisioning profile "CloodVoteAdhoc" does not include signing certificate "Apple Push Services: com.optiknights.cloodvote" 配给配置文件“ CloodVoteAdhoc”不包括签名证书“​​ Apple Push Services:com.optiknights.cloodvote”

However I have added provisioning profile that include IPhone distribution certificate and also it has app id which includeds both development and distribution apple push certificates. 但是,我添加了配置文件,其中包括iPhone分发证书,并且它的应用程序ID包括开发和分发Apple Push证书。 Still Appcenter give me error while setting up pipeline for appcenter ios build. 在为appcenter ios构建设置管道时,Appcenter仍然给我错误。

Please let me know if you have faced anything like this. 如果您遇到过此类情况,请告诉我。

Thanks in advance. 提前致谢。

Steps to solve: 解决步骤:

1) Open Xcode -> Project navigator -> select target -> general. 1)打开Xcode->项目导航器->选择目标->常规。
2) Select the "Automatically manage signing" under Signing 2)在“签名”下选择“自动管理签名”
3) Select the team. 3)选择团队。
4) Under team you can see there is an "Provisional Profile Xcode Managed Profile" click the icon i. 4)在团队下,您可以看到一个“临时配置文件Xcode托管配置文件”,单击图标i。 You see the provisional profile which is old one. 您会看到旧的临时配置文件。
5) Just drag and drop into the terminal with added comment "rm". 5)只需将带有添加的注释“ rm”的拖放到终端中即可。
6) The older provisional profile is removed automatically and new provisional profile is create by Xcode. 6)Xcode将自动删除旧的临时配置文件,并创建新的临时配置文件。
7) Clean and take the build. 7)清理并进行构建。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 代码签名错误:配置文件 ***** 不包括签名证书 **** - Code Signing Error: Provisioning profile ***** doesn't include signing certificate **** Xcode 8 显示配置文件不包含签名证书的错误 - Xcode 8 shows error that provisioning profile doesn't include signing certificate Xcode 10.1:供应配置文件签名证书错误 - Xcode 10.1 : Provisioning profile signing certificate error Apple 证书,配置文件 - Apple Certificate, Provisioning profile 使用 fastlane match 时,配置文件“match x”不包括签名证书“​​Apple Distribution: Company (ID)” - Provisioning profile “match x” doesn't include signing certificate “Apple Distribution: Company (ID)” when using fastlane match 证书和配置文件错误 - certificate and provisioning profile error 供应配置文件和推送通知证书 - Provisioning profile and push notification certificate 配置文件包括更新版本的签名证书 - Provisioning profile includes newer version of signing certificate Apple Push Certificate-无效的证书签名请求 - Apple Push Certificate - Invalid Certificate Signing Request 尝试使用推送通知创建Apple供应配置文件 - Trying to create Apple provisioning profile with push notifications
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM