I'm using Fastlane to create and upload the metrics. However, there is a conflict regarding the version of xcpretty. According to the docs xcpretty 0.2.2 w/ the fix is required. Fastlane, however, requires 0.2.8.
Here is the result of bundle install
Bundler could not find compatible versions for gem "xcpretty":
In Gemfile:
xcpretty (= 0.2.2)
fastlane-plugin-lizard was resolved to 1.1.1, which depends on
fastlane was resolved to 2.102.0, which depends on
xcpretty (~> 0.2.8)
Could not find gem 'xcpretty (~> 0.2.8)', which is required by gem 'fastlane', in any of the relevant sources:
https://github.com/Backelite/xcpretty.git (at fix/duration_of_failed_tests_workaround@4ad2c4e)
I'm using Fastlane to create and upload the metrics. However, there is a conflict regarding the version of xcpretty. According to the docs xcpretty 0.2.2 w/ the fix is required. Fastlane, however, requires 0.2.8.
Here is the result of bundle install
Here is my Gemfile