运行fastlane时,fastlane错误
[!] Could not find action, lane or variable 'update_plist'. Check out the documentation for more details: https://docs.fastlane.tools/actions
有人遇到过这个问题吗?fastlane 2.28.3
您的Fastlane版本已经快3年了! 2.28.3
已于2017年4月21日发布。这表明存在问题,您必须升级Fastlane版本。
选中,update_plist
命令在当前为2.143.0
的最新Fastlane版本上可以正常工作。
升级:
如果您使用Homebrew安装Fastlane,请重新安装它:
brew cask uninstall fastlane
brew uninstall fastlane
brew install fastlane
如果您使用RubyGems安装Fastlane,则可以通过以下方式将其删除:
sudo gem uninstall fastlane
sudo gem install fastlane -NV