我正在尝试在 exportOptions.plist 中将 generateAppStoreInformation 添加为 true。但它显示此错误:generateAppStoreInformation
在 fastlane 文件中添加的最佳方法和命令是什么。
在 Fastfile 中将 generateAppStoreInformation 添加为 true 的确切语法是什么
Could not find action, lane or variable 'export_options'. Check out the documentation for more details: https://docs.fastlane.tools/actions
gym(
scheme: "XXX",
configuration: options[:config],
output_directory: output_directory,
codesigning_identity: "XXXXXX"
)
export_options(
generateAppStoreInformation: true
)