I have built a workflow to run which builds for the simulator then runs pytest. Pytest actually runs well, and the steps to send_keys to the username/password fields work, but I am unable to login because of some key chain error.
In my certification step, it runs without error and the same as my other workflows. However, I cannot log in for the error shown in the photo. We use firebase to log in, and am wondering if that is not playing nice to bitrise builds. If I build out of bitrise, it works fine.
Configs:
- CertificateURL: https://con***5e3
- CertificatePassphrase:
- ProvisioningProfileURL: https://con***9d6
- InstallDefaults: yes
- DefaultCertificateURL: https://s3-***p12
- DefaultCertificatePassphrase: ***
- DefaultProvisioningProfileURL: https://s3-***ion
- KeychainPath: /Users/[REDACTED]/Library/Keychains/login.keychain
- KeychainPassword: ***
Default Certificate given
Provided Certificate count: 2
Default Provisioning Profile given
Provided Provisioning Profile count: 3
Keychain (/Users/[REDACTED]/Library/Keychains/login.keychain) does not exist
Checking (/Users/[REDACTED]/Library/Keychains/login.keychain-db)
Downloading & installing Certificate(s)
Downloading certificate: 1/2
Downloading certificate: 2/2
| |
+---+---------------------------------------------------------------+----------+
| ā | certificate-and-profile-installer | 7.59 sec |
+---+---------------------------------------------------------------+----------+`