Re: xcodebuild doesn't find the identity if keychain only referenced from OTHER_CODE_SIGN_FLAGS
Re: xcodebuild doesn't find the identity if keychain only referenced from OTHER_CODE_SIGN_FLAGS
- Subject: Re: xcodebuild doesn't find the identity if keychain only referenced from OTHER_CODE_SIGN_FLAGS
- From: Jerome Lacoste <email@hidden>
- Date: Wed, 17 Dec 2014 22:35:05 +0100
On Wed, Dec 17, 2014 at 9:39 PM, Jerome Lacoste <email@hidden> wrote:
> Just to say that I've found the following in the codesign documentation:
>
> SIGNING IDENTITIES
> To be used for code signing, a digital identity must be stored in
> a keychain that is on the calling user's keychain search list.
>
> After updating the search list, I go further but still have a problem
> with the identity not being found, but I suspect I can find some more
> information in the man page that will help me out.
and of course the other problem was shell expansion not working on:
OTHER_CODE_SIGN_FLAGS='--keychain ~/Library/Keychains/other_keychain'"
Which I've replaced with a $HOME.
Thanks to James for giving the beginning of a tip :)
Jerome
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden