When trying to build my first Android app Package on the Appflow with Capacitor I get the following error.
fastlane finished with errors
/usr/local/bin/fastlane: [!] Permission denied - /builds/project-0/android/gradlew (Errno::EACCES)
When trying to build my first Android app Package on the Appflow with Capacitor I get the following error.
fastlane finished with errors
/usr/local/bin/fastlane: [!] Permission denied - /builds/project-0/android/gradlew (Errno::EACCES)
in case someone else struggles with this
Adding executive permissions
the /builds/project-0/android/gradlew is only created during the build on appflow, its not present in the project repository, therefore we cannot update the file permission… Could you explain a bit more how you solved the issue if you did? Thanks