Jenkins on OS X: xcodebuild gives Code Sign error

前端 未结 11 2007
醉话见心
醉话见心 2020-12-12 09:39

Summary:

Setting up Jenkins on OS X has been made significantly easier with the most recent installer (as of 1.449 - March 9, 2012), however managing the pr

11条回答
  •  时光取名叫无心
    2020-12-12 10:40

    For some reason, "security" utility wasn't working for me on Lion with fresh Jenkins install.

    After "sudo su jenkins" it was able to create new keychain, but silently ignored all "default-keychain -s ..." or "unlock" commands returning zero exit status and printing nothing to the console. Listing default or login keychains gave nothing, keychains search list was containing only system keychain, and I couldn't change this whatever I type.

    After I logged in to that user's desktop and launched Keychain Utility, it did show my created keychain and after that everything worked as described in upper posts.

    I am wondering whether some of initial keychains behavior changed in Lion, or am I missing something?

提交回复
热议问题