We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f5bee1 commit b9ad258Copy full SHA for b9ad258
fastlane/Fastfile
@@ -57,6 +57,9 @@ before_all do |lane|
57
# Ensure we use the latest version of the toolkit
58
check_for_toolkit_updates unless is_ci || ENV['FASTLANE_SKIP_TOOLKIT_UPDATE_CHECK']
59
60
+ # Fixes weird Keychain bugs
61
+ setup_ci
62
+
63
# Check that the env files exist
64
unless is_ci || File.file?(USER_ENV_FILE_PATH)
65
example_path = 'fastlane/env/user.env-example '
0 commit comments