You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior:
Scripts that are defined in the plugin.xml but not found causes AppFlow to exit even though it says they will just be skipped such as if they are defined like this but not found:
iOS and Android both work fine locally. This only seems to happen with iOS builds using AppFlow as the Android build seemed to continue and build successfully with the same missing hook files.
Expected behavior:
Expected behavior is for AppFlow to do what is stated which is ignore script hook files that are not found and move on without them.
Steps to reproduce:
Can include the plugin cordova-plugin-firebase-crashlytics and attempt to make an iOS build with AppFlow. The job will fail and exit as described below.
Related code:
Other information:
Script file does't exist and will be skipped: /Users/ionic/builds/project-0/plugins/cordova-plugin-firebase-crashlytics/scripts/after_plugin_add.js
\e[0m
Running after script...
$ clean-up
ERROR: Job failed: Process exited with: 1. Reason was: ()
Thanks for the issue! This issue appears to be related to Ionic Appflow. We use this issue tracker exclusively for bug reports and feature requests. Please use the Ionic Appflow Support Forum to report this issue.
Bug Report
Ionic version:
[ ] 4.x
[x] 5.x
Current behavior:
Scripts that are defined in the plugin.xml but not found causes AppFlow to exit even though it says they will just be skipped such as if they are defined like this but not found:
Can see this issue for reference:
ReallySmallSoftware/cordova-plugin-firebase-crashlytics#43
iOS and Android both work fine locally. This only seems to happen with iOS builds using AppFlow as the Android build seemed to continue and build successfully with the same missing hook files.
Expected behavior:
Expected behavior is for AppFlow to do what is stated which is ignore script hook files that are not found and move on without them.
Steps to reproduce:
Can include the plugin
cordova-plugin-firebase-crashlytics
and attempt to make an iOS build with AppFlow. The job will fail and exit as described below.Related code:
Other information:
Ionic info:
The text was updated successfully, but these errors were encountered: