fastlane-old/snapshot

Documentation: Snapshot launch arguments requires array but documentation has example of string

owurman opened this issue · 2 comments

The documentation at https://github.com/fastlane/snapshot gives an example Snapfile including:

launch_arguments("-username Felix")

When I last did "Snapshot init" it created a Snapfile with this line commented out, as well. However, when trying to actually use something similar, I get:

[!] 'launch_arguments' value must be a Array! Found String instead.

I have to instead use:
launch_arguments(["-username Felix"])

Please update the docs when you get a chance.

Thanks for the report, I'll update the docs.

This issue was migrated to fastlane/fastlane#2485. Please post all further comments there.

fastlane is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo 🚀