问题描述
我正在尝试在 exportOptions.plist 中添加 generateAppStoreInformation 为 true。但它显示此错误:
在 fastlane 文件中添加 generateAppStoreInformation
的最佳方法和命令是什么。
在 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
)
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)