OTHER_CODE_SIGN_FLAGS keychain flag ignored?

后端 未结 4 915
猫巷女王i
猫巷女王i 2021-02-15 15:48

I have just learned about the possibility to use OTHER_CODE_SIGN_FLAGS to specify the keychain which includes the cert needed for building and signing an app. But unfortunately

4条回答
  •  醉梦人生
    2021-02-15 16:27

    None of these really works unless you have the simplest of scripted builds going. Like @Tyler said, PackageApplication doesn't support specifying the keychain, and some versions of xcode will require there be no duplicate certificates across keychains when they check dependencies.

    Don't waste your times, just call Apple and ask them to rename one of your certificates (they will actually rename your company --- by appending a suffix --- and you just have to regenerate your certificates and update your profiles).

提交回复
热议问题