(node:1913) UnhandledPromiseRejectionWarning: CordovaError: Could not find an installed version of Gradle either in Android Studio,
or on your system to install the gradle wrapper. Please include gradle
in your path, or install Android Studio
Is there something I need to call before this command?
Thanks for mentioning that, the cordova-archive step did indeed help, thank you!
The cordova-archive step supposedly outputs a BITRISEIO_IPA_PATH but running the itunesconnect-deliver step later, I always get “Issue with input: no IpaPath nor PkgPath parameter specified” for the itunes-connect step. Is there a known issue with that step?
Thanks again for your help, I appreciate it!
David
Do you have the provisioning profiles and certificates uploaded to the code signing tab on the workflow, and do you have the install certificates and provisioning profiles step in your workflow before cordova?