Hi All, I am using Mac OS X 10.5.8 and xcode v3.1. I have created a Self Code signing identity using Keychain Access application. The name of the Code signing identity is "arun". Using this identity i have signed a binary using the below command. codesign -s arun -r="designated => anchor trusted" -f arun To verify the code sign i am using the following command which throws the error as highlighted below. codesign -v -R="anchor trusted" arun arun: does not satisfy its designated Requirement *test-requirement: failed to satisfy code requirement(s)* arun:~ arun$ Can anyone help me in identifying what i am passing wrong in verifying the codesign? Thanks Arun KA
On 23 Aug 2010, at 21:27, Arun wrote:
Can anyone help me in identifying what i am passing wrong in verifying the codesign?
I think you might have more luck asking this over on the Apple-CDSA mailing list. <http://www.lists.apple.com/apple-cdsa> S+E -- Quinn "The Eskimo!" <http://www.apple.com/developer/> Apple Developer Relations, Developer Technical Support, Core OS/Hardware
participants (2)
-
Arun
-
Quinn "The Eskimo!"