Using a non-default keychain in Xcode

codesign, iphone, keychain, xcode

Solution

After a long time of research, I concluded that it cannot be done.

Problem

How can I use a non-default keychain in Xcode iPhone project. I have already tried '--keychain mycerts.keychain' in 'Other Code Signing Flags' in 'Code signing' build settings.

Original source