Pergunta

Como um erro de depuração relacionado ao sinal de código e certificados ausentes? Posso fazer o processo na linha de comando?

No Xcode em 'Organizer> Provisioning Perfils', eu recebo 'uma identidade de assinatura válida que corresponde a esse perfil que esse perfil não pôde ser encontrado em seu chaveiro'. Como posso depurar esse problema?

Foi útil?

Solução

Possible problems:

  1. The certificates have expired

  2. The certificates have been renewed without updating the application provisions

  3. The private/public keys are missing from keychain. They should have been generated when you created the certificate request.

  4. The certificates and public/private keys are stored in a keychain other than the default one.

Outras dicas

I tried all the above solutions with no luck--I was able to solve it by right-clicking on my System keychain (in Keychain Access), and making it the default keychain. Prior to this, my default was set to "Login."

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top