Jenkins - Xcode build works codesign fails

前端 未结 11 2364
夕颜
夕颜 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:16

    Moving the certs to the System keychain, and referencing it specifically fixed the issue

提交回复
热议问题