Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

codesign error with xcode5.0.1 + mac os 10.9

i just updated to mac os 10.9 and xcode 5.0.1, but codesign returned the error message"CSSM_SignData returned : 800108E6". no message with "exit code 1" and anything other. anyone has solution? thanks.

like image 696
guoleii Avatar asked Dec 09 '22 11:12

guoleii


2 Answers

I restarted my Mac and the same error (CSSM_SignData returned : 800108E6) is resolved.

like image 156
Uygar Y Avatar answered Jan 05 '23 03:01

Uygar Y


It also happened to me recently, on Xcode 6.1.1. The error code shows inside the output of a Jenkins job. It turns out that one has to click "Always Allow" when code signing tool needs to load the certificate and asks user for permission. Since the jenkins job runs on a brand new Virtual Machine, no one has even started Xcode manually to file a build, the code signing tool probably waited for a long while, then errors out with this error code.

like image 26
Chang Kuang Avatar answered Jan 05 '23 01:01

Chang Kuang