The identity #39;iPhone Developer#39; doesn#39;t match any valid, non-expired certificate/private key pair in your keychains(身份“iPhone Developer与您的钥匙串中的任何有效、未过期的证书/私钥对都不匹配)
问题描述
我想在设备上测试我的应用,但我被这个错误困扰了好几个小时:
I want to test my app in a device and I'm stuck with this error for hours:
身份iPhone 开发者"与您的钥匙串中的任何有效、未过期的证书/私钥对都不匹配
The identity 'iPhone Developer' doesn't match any valid, non-expired certificate/private key pair in your keychains
我已遵循 本指南,我在 stackoverflow 上搜索过类似的问题.
I've followed this guide, and I've searched similar questions here on stackoverflow.
这可能会有所帮助:在我的配置文件中,我的证书有未找到有效的签名身份"并且我的存档选项卡是空的.
This might help: in my Provisioning Profiles my certificates have "Valid signing identity not found" and my Archives tab is empty.
任何帮助都会很好.
推荐答案
这是关于您的钥匙串中的内容.查看您的钥匙串(使用钥匙串访问).您是否拥有有效的最新开发证书?提示:它看起来像这样:
This is about what is in your keychain. Look in your keychain (with Keychain Access). Do you or do you not have a valid up-to-date development certificate? Hint: it looks like this:
除了截图中的那个过期了!您需要拥有一个,并且它需要没有过期.如果你没有,那就买一个.
Except that the one in the screen shot is expired! You need to have one, and it needs to be not expired. If you don't have one, then get one.
这篇关于身份“iPhone Developer"与您的钥匙串中的任何有效、未过期的证书/私钥对都不匹配的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:身份“iPhone Developer"与您的钥匙串中的任何有效、未过期的证书/私钥对都不匹配


- 如何检查发送到 Android 应用程序的 Firebase 消息的传递状态? 2022-01-01
- android 4中的android RadioButton问题 2022-01-01
- 用 Swift 实现 UITextFieldDelegate 2022-01-01
- Android viewpager检测滑动超出范围 2022-01-01
- 使用自定义动画时在 iOS9 上忽略 edgesForExtendedLayout 2022-01-01
- 在测试浓缩咖啡时,Android设备不会在屏幕上启动活动 2022-01-01
- Android - 我如何找出用户有多少未读电子邮件? 2022-01-01
- 想使用ViewPager,无法识别android.support.*? 2022-01-01
- MalformedJsonException:在第1行第1列路径中使用JsonReader.setLenient(True)接受格式错误的JSON 2022-01-01
- Android - 拆分 Drawable 2022-01-01