您的帐户已拥有有效的iOS开发证书

您的帐户已拥有有效的iOS开发证书,第1张

概述我从我公司的另一个部门借用了iPad mini(MF432C / A)iOS 8.0.2来处理不同的iOS应用程序并尝试构建我的应用程序. 尝试通过Xcode版本6.4(6E35b)进行构建时收到以下错误 Failed to code sign —-. None of the valid provisioning profiles include the devices: 725 product 我从我公司的另一个部门借用了iPad mini(MF432C / A)iOS 8.0.2来处理不同的iOS应用程序并尝试构建我的应用程序.

尝试通过Xcode版本6.4(6E35b)进行构建时收到以下错误

Failed to code sign —-.

None of the valID provisioning profiles include the devices: 725
product dev iPad mini.

Xcode can attempt to fix this issue.

点击修复问题,最近我做了一个不错的自动配置未知设备的工作,我得到以下消息:

Your account already has a valID iOS Development certificate

You have a valID iOS Development certificate in the Member Center,but
it is not installed locally. If your signing IDentity is installed on
another Mac,you can export a developer profile on that Mac and import
it on this Mac. You can also revoke your current certificate and
request a new one.

从相关的Apple docs看起来我错过了正确的签名身份来在这个设备上构建我的应用程序.问题是这可能是其他应用程序开发人员的签名身份.有没有办法绕过这个错误并为我自己的应用程序配置设备?

编辑:在活动日志下,我看到以下两个代码签名错误:

Check dependencIEs

Code Sign error: No matching provisioning profiles found: None of the
valID provisioning profiles include the devices: 725 product dev iPad
mini

CodeSign error: code signing is required for product type
‘Application’ in SDK ‘iOS 8.4’

解决方法

You need to install the public and private keys associated with the
development profile onto the Mac you are using. They can be found in
the Keychain application,and simply transferred over. You can revoke
and request a new one,but then your device may not run the app from
your work computer and you would have to rinse and repeat.

如果您已经完成此 *** 作并且仍然遇到问题,请尝试在证书,标识符和放大器下手动注册设备.会员中心中的个人资料,然后刷新Xcode>下的帐户;偏好>帐户> [用户名]

总结

以上是内存溢出为你收集整理的您的帐户已拥有有效的iOS开发证书全部内容,希望文章能够帮你解决您的帐户已拥有有效的iOS开发证书所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/web/1023881.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-23
下一篇 2022-05-23

发表评论

登录后才能评论

评论列表(0条)

保存