Fastlane 文件看起来像这样
lane :build do |options|
scheme = options[:scheme]
puts scheme
end
但是每当我在其中传递任何值时,输出puts
都会变为空白。我正在从终端呼叫这样的快车道:-fastlane build options:Release
Fastlane 文件看起来像这样
lane :build do |options|
scheme = options[:scheme]
puts scheme
end
但是每当我在其中传递任何值时,输出puts
都会变为空白。我正在从终端呼叫这样的快车道:-fastlane build options:Release