From 445a1e93200ebbb3ff44feda45732c770f220295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fl=C3=A1vio=20Caetano?= Date: Fri, 22 Dec 2017 11:43:12 -0200 Subject: [PATCH] Fix: Fastlane pod install --- fastlane/Fastfile | 1 + 1 file changed, 1 insertion(+) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 616e4c3..30852df 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -26,6 +26,7 @@ platform :ios do lane :test do cocoapods( podfile: "Example/Podfile", + try_repo_update_on_error: true, ) swiftlint(