缺少ios开发签名身份(null)

当我尝试生成ipa文件时,我收到此错误.无法解决.请帮我解决错误

我有自己的帐户,在我的钥匙链中访问它的鞋子像这样:

我没有使用新的Mac,我已经创建了ipa .Day.但今天无法做到.我也有.cer个人资料.它有效

解决方法

这是Apple发表的声明.

Thanks for bringing this to the attention of the community and apologies for the issues you’ve been having. This issue stems from having a copy of the expired WWDR Intermediate certificate in both your System and Login keychains. To resolve the issue,you should first download and install the new WWDR intermediate certificate (by double-clicking on the file). Next,in the Keychain Access application,select the System keychain. Make sure to select “Show Expired Certificates” in the View menu and then delete the expired version of the Apple Worldwide Developer Relations Certificate Authority Intermediate certificate (expired on February 14,2016). Your certificates should Now appear as valid in Keychain Access and be available to Xcode for submissions to the App Store.

https://forums.developer.apple.com/thread/37208

>下载https://developer.apple.com/certificationauthority/AppleWWDRCA.cer
并双击以安装到Keychain.
>选择“查看” – > Keychain app中的“显示过期的证书”.
>从Keychain应用程序的“登录”选项卡和“系统”选项卡中删除Apple Worldwide Developer Relations Certificate Authority证书.

确保新下载的证书同时包含登录和系统认只有系统选项卡仍然会出错.**

相关文章

UITabBarController 是 iOS 中用于管理和显示选项卡界面的一...
UITableView的重用机制避免了频繁创建和销毁单元格的开销,使...
Objective-C中,类的实例变量(instance variables)和属性(...
从内存管理的角度来看,block可以作为方法的传入参数是因为b...
WKWebView 是 iOS 开发中用于显示网页内容的组件,它是在 iO...
OC中常用的多线程编程技术: 1. NSThread NSThread是Objecti...