<meta charset="utf-8"><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; color: rgb(51, 51, 51); ">Hi All,<div><br></div><div>I am using Mac OS X 10.5.8 and xcode v3.1. </div>
<div>I have created a Self Code signing identity using Keychain Access application. The name of the Code signing identity is &quot;arun&quot;.</div><div><br></div><div>Using this identity i have signed a binary using the below command.</div>
<div><br></div><div>codesign -s arun -r=&quot;designated =&gt; anchor trusted&quot; -f arun</div><div><br></div><div>To verify the code sign i am using the following command which throws the error as highlighted below.</div>
<div><br></div><div><div>codesign -v -R=&quot;anchor trusted&quot; arun </div><div>arun: does not satisfy its designated Requirement</div><div><b>test-requirement: failed to satisfy code requirement(s)</b></div><div>arun:~ arun$ </div>
</div><div><br></div><div>Can anyone help me in identifying what i am passing wrong in verifying the codesign?</div><div><br></div><div>Thanks</div><div>Arun KA</div></span>