From 95a2f4e48402bb59986654444b2076b7256dc638 Mon Sep 17 00:00:00 2001 From: Zev Eisenberg Date: Mon, 25 Dec 2023 16:24:25 -0500 Subject: [PATCH] Install xchtmlreport as a fastlane plugin to hopefully avoid error 'xchtmlreport binary not installed!' --- Gemfile.lock | 2 ++ fastlane/Pluginfile | 1 + 2 files changed, 3 insertions(+) diff --git a/Gemfile.lock b/Gemfile.lock index d2db9170..af4e9ff4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -199,6 +199,7 @@ GEM xcodeproj (>= 1.13.0, < 2.0.0) xcpretty (~> 0.3.0) xcpretty-travis-formatter (>= 0.0.3) + fastlane-plugin-xchtmlreport (0.1.1) ffi (1.16.3) fourflusher (2.3.1) fuzzy_match (2.0.4) @@ -362,6 +363,7 @@ DEPENDENCIES danger-swiftlint danger-xcov fastlane + fastlane-plugin-xchtmlreport slather xcov xcpretty diff --git a/fastlane/Pluginfile b/fastlane/Pluginfile index f4b8ec74..9cbfa728 100644 --- a/fastlane/Pluginfile +++ b/fastlane/Pluginfile @@ -2,3 +2,4 @@ # # Ensure this file is checked in to source control! +gem 'fastlane-plugin-xchtmlreport'