From f1bacf4a62239afcd429bf86a368fef563c47f50 Mon Sep 17 00:00:00 2001 From: Merrick Sapsford Date: Mon, 5 Aug 2019 10:52:02 +0200 Subject: [PATCH] Fix build scripts --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 1caa2d0e..ca299931 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -8,7 +8,7 @@ platform :ios do desc "Run unit tests and check library" lane :test do scan(workspace: "Pageboy.xcworkspace", scheme: "Pageboy iOS", clean: true) - pod_lib_lint + pod_lib_lint(allow_warnings: true) end desc "Deploy a new version to CocoaPods and GitHub"