Custom keychain password prompts can block Xcode builds on a Mac
Xcode asks for a password when a build starts. The wanted setup is for the password to be saved in Access and for the to unlock automatically at login.
The already has its automatic lock settings turned off, including locking after a time period and locking when the Mac sleeps. The open question is whether macOS can handle this without a script, or whether a script is needed for a reliable build setup.
Key points
- Xcode for a password during builds.
- The goal is to unlock the automatically at login.
- The ’s automatic lock are already disabled.
- A script may still be needed if macOS does not unlock it reliably for builds.