Closed jochen-st closed 8 years ago
snapshot --languages
crashes too with a undefined method 'each' for true:TrueClass (NoMethodError)
in runner.rb:28
The language issue is basically the same problem. The error is different since the type of the language argument is not checked to be Array, but the array method .each
is called on a string object.
see also #354 which uses fastlane/fastlane_core#52
This issue was migrated to https://github.com/fastlane/fastlane/issues/2530. 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 :rocket:
I want to override the devices list in Snapfile. However all I am getting is
Devices must be an array
error message.Tried with
but no success. Running latest snapshot gem with Mac OS Yosemite.
Error message:
Kindly update documentation with usage hint.