Flutter Android code signing failed in reason of no SSL library found #2530
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduce
Expected resultsCode will be signed without errors Actual results
Build id (optional)6644ac109391074850245348 |
Beta Was this translation helpful? Give feedback.
Answered by
dtrdic
May 16, 2024
Replies: 1 comment 1 reply
-
hey @Vadym-Barda looks like that in your Pre-build script you are running a brew command. But it appears that brew also executes a cleanup on our build machine, removing part of the configuration and the SSL library. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Vadym-Barda
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hey @Vadym-Barda looks like that in your Pre-build script you are running a brew command. But it appears that brew also executes a cleanup on our build machine, removing part of the configuration and the SSL library.
To disable this behavior try adding
export HOMEBREW_NO_INSTALL_CLEANUP=1
variable before the brew commands are invoked