diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index 82bb5a2..44eced3 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -26,7 +26,7 @@ platform :ios do desc "Synchronize all appstore certificates" lane :sync_all_appstore_certs do - match(type: "appstore") + match(type: "appstore", force: true) end desc "Register new devices"