Fails to install [email protected] on codemagic-ci #2421
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Other - please mention in your question Steps to reproduceThis is about codemagic-ci Expected resultsInstall successfully Actual resultsFails to install
Build id (optional)65fa7c080f36be33daf5b6e4 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello @MehdiChinoune, depending on the Xcode version that you specify in yaml file, Codemagic will use a different build machine type with different versions of preinstalled software. Please specify
|
Beta Was this translation helpful? Give feedback.
Hello @MehdiChinoune, depending on the Xcode version that you specify in yaml file, Codemagic will use a different build machine type with different versions of preinstalled software. Please specify
xcode:15.3
under the environment section of your yaml, as this version comes with the Apple Command Line Tools preinstalled.