fastlane cannot find gradlew file?
问题 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? 回答1: I had the same issue, as I tried