You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running this action on our self-hosted runners, we noticed the login keychain, which is the existing default, sometimes gets removed. According to fastlane/fastlane#17641 (comment), I suspect this line is the culprit:
The default action here makes normal usage of the OS painful as well - you will receive plenty of prompts about wanting to use the keychain - the keychain that you won't be able to unlock because it was created with a random string.
Feel free to for my fork and reference it - probably not good to use this if you are running in a shared environment as I set the password to the empty string.
Hello,
After running this action on our self-hosted runners, we noticed the
login
keychain, which is the existing default, sometimes gets removed. According to fastlane/fastlane#17641 (comment), I suspect this line is the culprit:ios-build-action/fastlane/Fastfile
Line 13 in 3d8ff63
Is that line necessary? Can this action work without replacing the default keychain?
The text was updated successfully, but these errors were encountered: