Hi guys.
I am trying to update the Fastlane
version using bundler. I can find the logs which state that Fastlane was updated to the latest v2.105.2
Fetching fastlane 2.105.2
Installing fastlane 2.105.2
But when running the unit tests using Fastlane, I can see that it is still the old version
Summary for scan 2.104.0
marc
2
Are you using bundle exec fastlane
when you invoke Fastlane?
Nope. Using it like:
LC_ALL=en_US.UTF-8 \
LANG=en_US.UTF-8 \
fastlane scan \
--clean \
--workspace...
I would try it like @marc suggested.
Something like:
bundle exec fastlane scan --clean --workspace
Those variables can be placed in the environment
key of your CircleCI config if you need them (which I don’t think you do).
system
Closed
6
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.