My CI pipeline sent an apk after a push on to a git branch, but generated build didnt refresh the view when a component’s var change by using ngmodel nor ngFor, however if I generate a build locally with ionic cordova build android
command the apk works.
There is no error in the appflow output just some warnings with fsevents. appflow’s build takes the same command as local one that is in package.json.
How can i make appflow build work correctly? thanks.
±-----±-------------------------±------------+
| fastlane summary |
±-----±-------------------------±------------+
| Step | Action | Time (in s) |
±-----±-------------------------±------------+
| 1 | default_platform | 0 |
| 2 | build_summary | 0 |
| 3 | add_git_credentials | 0 |
| 4 | detect_native_type | 0 |
| 5 | get_web_dir | 0 |
| 6 | modify_config_xml | 0 |
| 7 | download_credential | 0 |
| 8 | build_pro_app | 196 |
| 9 | add_cordova_to_index | 0 |
| 10 | build_android_cordova | 185 |
| 11 | get_filename_apk | 0 |
| 12 | upload_apk_to_play_store | 0 |
| 13 | upload_apk | 2 |
| 14 | upload_source_maps | 0 |
±-----±-------------------------±------------+
[17:53:04]: fastlane.tools just saved you 6 minutes!
Running after script…
$ run “clean-up”
Job succeeded