Trying to get fastlane up and running for my Android project. I have the fastfile and appfile in my project directory, but when my lane executes the gradle action it fails with the following error:
Couldn't find gradlew at path '/Users/MyUser/Documents/Project/Android/gradlew'
Meanwhile, if I pull up that directory in Finder - the gradlew file is in fact present.
No clue what my next step should be here.. anyone have any similar problems or suggestions?
I was able to resolve this by moving my Fastfile into a fastlane directory. Previously I had the fastlane files in the root of my project, moving them resolved the issue.