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

标签 ios xcode

当我尝试生成 ipa 文件时,出现此错误。无法解决。请帮我解决这个错误:

enter image description here

我有自己的账户,在我的 key 链中可以这样访问它:

enter image description here

我没有使用新的 mac,我已经创建了 ipa。在我创建它之前的一天。但是今天做不到。我也有 .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

  1. 下载https://developer.apple.com/certificationauthority/AppleWWDRCA.cer 并双击安装到 Keychain
  2. Keychain 应用中选择“查看”->“显示过期证书”
  3. 从 Keychain 应用的“登录”选项卡和“系统”选项卡中删除 Apple 全局开发者关系证书颁发机构的证书。

确保新下载的证书同时在登录和系统中默认为仅系统选项卡仍会出错。**

关于ios - 缺少 (null) 的 ios 开发签名身份,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35402330/

相关文章:

ios - 如果地址行不存在则将其设为空白(Objective-C)

ios - 更新后 UIButton 外观 setBackgroundColor 现在影响导航栏

iphone - 自动导入 Xcode

ios - 如何从视频中提取图像?

ios - 是否可以在iOS中使用第三方音频单元?

ios - 我如何在开发者和发行版签名身份 xcode 之间进行更改?

ios - 在内存结构中捕获 NSLog 输出

ios - 如何在快捷语言中设置键盘上的完成键?

ios - SwiftyStoreKit - 如何正确恢复自动更新订阅?

ios - 交互式通知中的操作未反射(reflect)在应用程序中