diff --git a/Fastlane/Fastfile b/Fastlane/Fastfile index 63ee977..5c3007d 100644 --- a/Fastlane/Fastfile +++ b/Fastlane/Fastfile @@ -28,7 +28,9 @@ platform :ios do # add_to_search_list: true, # verbose: true # ) - unlock_keychain + unlock_keychain( + password: "" + ) end desc "Preparing Certificate and Provisioning Profiles on New Device Setup"