Fastlane file look like this
lane :build do |options|
scheme = options[:scheme]
puts scheme
end
But the output of puts
is coming blank whenever I pass any value in it.
I am calling the fast lane like this from terminal :- fastlane build options:Release