Jenkins - Xcode build works codesign fails

前端 未结 11 2362
夕颜
夕颜 2020-11-30 19:14

Below is my build script (not using xcodebuild plugin).

  1. Build step works
  2. I have created a separate keychain with the required certs and private keys
11条回答
  •  一整个雨季
    2020-11-30 20:00

    This might also be caused by a default timeout on the keychain.

    Check out my answer to "User interaction is not allowed" trying to sign an OSX app using codesign

提交回复
热议问题