Fastlane: 找不到动作、车道或变量 ' '
Fastlane: Could not find action, lane or variable ''
当运行bundle exec fastlane build
时,fastlane打印如下错误信息(引号之间的字符为U+200B零宽space):
[!] Could not find action, lane or variable ''. Check out the documentation for more details: https://docs.fastlane.tools/actions
快车道:2.130.0
Gem: 3.0.6
有没有人遇到过这个问题?如果是,你是怎么解决的?
提前致谢
发现问题:我的 Fastfile 中某处有一个零宽度 space 字符。
在我的例子中它显示 could not find action, lane or variable 'appcenter_upload'
所以我必须安装 AppCenter 插件:
使用
fastlane add_plugin appcenter
当运行bundle exec fastlane build
时,fastlane打印如下错误信息(引号之间的字符为U+200B零宽space):
[!] Could not find action, lane or variable ''. Check out the documentation for more details: https://docs.fastlane.tools/actions
快车道:2.130.0
Gem: 3.0.6
有没有人遇到过这个问题?如果是,你是怎么解决的?
提前致谢
发现问题:我的 Fastfile 中某处有一个零宽度 space 字符。
在我的例子中它显示 could not find action, lane or variable 'appcenter_upload'
所以我必须安装 AppCenter 插件:
使用
fastlane add_plugin appcenter