ios: use generic xcode signing selector
Some checks failed
TestFlight Release / testflight (push) Failing after 19s

This commit is contained in:
2026-06-25 21:25:13 -07:00
parent e4dd91564f
commit e167bd983f
3 changed files with 10 additions and 3 deletions

View File

@@ -42,6 +42,11 @@ certificate and provisioning profile values into the repository secrets listed
above. The workflow uses the `Sybil AppStore CI` provisioning profile name by
default.
Fastlane keeps two signing names separate. `SYBIL_CODE_SIGN_IDENTITY` is the
exact certificate common name used when exporting a local p12 for secrets, while
`SYBIL_XCODE_CODE_SIGN_IDENTITY` defaults to the generic `Apple Distribution`
selector that Xcode uses during archive/export.
If the Apple team has reached the Distribution certificate limit, set
`SYBIL_SIGNING_CERTIFICATE_ID` to the portal id for a certificate whose private
key exists in the local login keychain before running `create_ci_signing`. The