fastlane-old/snapshot

Issue when using an output directory using ~/

rickvdl opened this issue · 1 comments

When specifying a directory relative to the current user's home directory Snapshot saves the screenshots in a funny way.

Snapfile entry:

# Where should the resulting screenshots be stored?
output_directory "~/Desktop/screenshots"

And this is what happens:

screen shot 2016-02-16 at 15 40 20

The screenshots are saved in the project's directory.

This issue was migrated to fastlane/fastlane#2492. 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 🚀