xcode - MonoTouch + Jenkins - how to use my keychain accounts to build for iOS devices -
i have installed jenkins
ci. uses it's own user jenkins
build operations.
i'd set build steps. when jenkins tried build project ios devices, error appeared:
error: no valid iphone code signing keys found in keychain.
seems jenkins
user account doesn't have keys , certificates in keychain, basic user account have. how grant jenkins
user access keychain entities?
note: seems xcode
native projects code signing problem solved via xcode plugin.
you can copy user's certificates system certificate. jenkins user able see certificates. see answer https://stackoverflow.com/a/9477067/1131820
Comments
Post a Comment