I am trying to provision my iphone for development; I followed all the steps the developer portal to adding and making the keychains and whatnot, but after trying double click the certificate, as it says in the developer portal, keychain access gives me an error:
我正试图为开发提供我的iphone;我遵循了developer portal添加和制作keychain之类的所有步骤,但是在双击证书之后,就像它在developer portal中所说的,keychain access给了我一个错误:
An error occurred. Unable to import “iPhone Developer: Kevin Mendoza (RT5V4VKW2T)”.
一个错误发生。无法导入“iPhone开发人员:Kevin Mendoza (RT5V4VKW2T)”。
Error: 100013
错误:100013
also, in xcode in the organizer it gives me an error associated with the keychain:
另外,在管理器的xcode中,它会给我一个与键链相关的错误:
A valid signing identity matching this profile could not be found in your keychain (all yellow banded looking and serch)
在您的钥匙链中找不到匹配这个配置文件的有效签名标识(所有黄色条带外观和serch)
how do i fix this?
我怎么修复这个?
2 个解决方案
#1
3
When I got the same error code, got through it by importing my certificate with the following command:
当我得到相同的错误代码时,通过导入下面的命令来完成:
sudo security import my-certificate.cer -k /Library/Keychains/System.keychain
#2
0
Do not simply "Drag" your file onto keychain access. click File>Import Item...
不要简单地将文件“拖”到密钥链访问。点击文件>导入项目……
And unlock you login (or whatever keychain you are using).
并解锁您的登录(或任何您正在使用的密钥链)。
Hope This Helps!
希望这可以帮助!
And if you can answer my question.
如果你能回答我的问题。
#1
3
When I got the same error code, got through it by importing my certificate with the following command:
当我得到相同的错误代码时,通过导入下面的命令来完成:
sudo security import my-certificate.cer -k /Library/Keychains/System.keychain
#2
0
Do not simply "Drag" your file onto keychain access. click File>Import Item...
不要简单地将文件“拖”到密钥链访问。点击文件>导入项目……
And unlock you login (or whatever keychain you are using).
并解锁您的登录(或任何您正在使用的密钥链)。
Hope This Helps!
希望这可以帮助!
And if you can answer my question.
如果你能回答我的问题。