iOS - Distribution certificates Error

冷暖自知 提交于 2019-12-11 18:43:39

问题


I am trying to deploy to iOS but getting the following error:

[PAClient Error] Error: E0776 "Error Domain=IDECodesignResolverErrorDomain Code=1 \"No certificate for team 'Company Name' matching '3rd Party Mac Developer Installer' found\" UserInfo={IDEProvisioningError_UserInfoKey_IDEProvisioningErrorSpecifier=3rd Party Mac Developer Installer, NSLocalizedDescription=No certificate for team 'Company Name' matching '3rd Party Mac Developer Installer' found, NSLocalizedRecoverySuggestion=Specify a different signing certificate for \"signingCertificate\" in your Export Options property list., IDEProvisioningError_UserInfoKey_IDEProvisioningErrorTeam=, IDEProvisioningError_UserInfoKey_IDEProvisioningErrorPlatform=com.apple.platform.iphoneos, IDEProvisioningError_UserInfoKey_IDEProvisioningErrorAction=5}"

I recently had apple modify my account to be a company developer and not a user, I think this is the problem but not sure how to resolve this now. I have generated all new certificates and provisions but still not working. Any ideas?


回答1:


I figured out how to fix it. Something to do with Delphi still.

The project even though it is set to build for IOS iphones and has been deploying and developing fine, but when I deploy it thinks im deploying for Mac Apps.

I created a new project and re-added all of my files back to it and the issue has gone away. Something about that project makes the deployment think its going to Mac App so its looking for a provisioning file for that.




回答2:


You Should check bundle name of your project. It seems you haven't yet 'Company Name' in bundle setting. if you are working on Unity3d than check build setting, if you are working on xcode then check its bundleid settings.

bundle name should be matched with your provisioning settings that you have created on apple developer site.



来源:https://stackoverflow.com/questions/46881515/ios-distribution-certificates-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!