Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fastlane: Could not find action, lane or variable '​'

Tags:

fastlane

When running bundle exec fastlane build, fastlane prints the following error message (The character between the quotes is U+200B zero width space):

[!] Could not find action, lane or variable '​'. Check out the documentation for more details: https://docs.fastlane.tools/actions

Fastlane: 2.130.0
Gem: 3.0.6

Did anyone ever experience this problem? If yes, how did you fix it?

Thanks in advance

like image 776
Martin Fink Avatar asked Sep 11 '19 11:09

Martin Fink


1 Answers

Found the problem: I had a zero-width space character somewhere in my Fastfile.

like image 189
Martin Fink Avatar answered Oct 06 '22 00:10

Martin Fink