English 中文(简体)
MAS: 私人钥匙标志法
原标题:MAS: Code Signing Identity Private Key

I ve removed all development and installer certificates from the development portal, created a new CSR and generated new Application and Installer certificates.

我现在要向地雷行动处分发该申请,并不断提出这一错误:

"Name" is a valid identity. However, the private key for the associated package
identity "Name" is not installed on this Mac.

Developer Profiles from a different Mac can be imported.

这使我感到困惑的是,由于私人钥匙在该系统上,我如何在没有这些钥匙的情况下生成证书?

enter image description here

最佳回答

每次检查都清除了所有旧的cer子,在“关键Chain” app中有一只菜单,显示所有过期的cer子。 我rew掉了所有过期的cer子,并开始工作。

问题回答

工作:

  • Created a new user account on my Mac
  • Cloned the repo there
  • Removed all Provisioning Profiles and Certificates from the Dev Portal
  • Let Xcode generate all the Certificates for you
  • Upload works!

问题在于Mac Installer分销证书。

一切固定和松散的麻烦最容易的办法,仅涉及Xcode->Window->Organizer->Devices,然后是右上角关于Refresh和标志的下台新闻。 xcode将产生和下载所需的所有证书和提供简介。

我遵循指示,删除了从关键链中过期的所有证书,并在组织者内部更新了简介清单。 在我重新启用X码之后,这一错误怎么会消失。





相关问题
How to change out-of-focus text selection color in Xcode?

Okay, I ll bite. I ve got really pleasant code/window colors set up in Xcode. Ordinarily, my selection color is very visible. When I am doing a project search and iterating through the results, ...

Iphone NSTimer Issue

Hi I am new to objective c. I am trying to make an app for iphone. I have a button on my view, and the click on which the function playSound is called. This is working properly. It does plays the ...

Include a .txt file in a .h in C++?

I have a number of places where I need to re-use some template code. Many classes need these items In a .h could I do something like: #include <xxx.txt> and place all of this code in the ....

Iterating over string/strlen with umlauted characters

This is a follow-up to my previous question . I succeeded in implementing the algorithm for checking umlauted characters. The next problem comes from iterating over all characters in a string. I do ...

Xcode open two editor windows with same file

Is it possible to open the same file in two separate windows in Xcode. I can open a file in one window and the same file in the main Xcode editor window, but I wanted two separate fulltime editor ...

Forcing code signing refresh in Xcode

In our environment, we share resources across multiple projects and platforms. When building for iPhone, only a subset of those resources are needed. Since that subset is still considerable, we have ...

热门标签