我正在尝试从ruby类中运行fastlane Produce
操作,但是我看到fastlane类并没有所有需要的条件,所以我必须将它们导入我的类中。
当我尝试使用Fastlane::Actions::ProduceAction.run(produce_options)
我得到
uninitialized constant Fastlane::Actions::CreateAppOnlineAction::Helper
为了只提供描述,我需要:
require 'fastlane/action'
require 'fastlane/actions/produce'
所以我想念更多的东西。我试图要求'fastlane_core/helper'
,但没有用。