Skip to content
Discussion options

You must be logged in to vote

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.

workflows:
 android-workflow:
    name: Android Workflow
    max_build_duration: 120
    instance_type: mac_mini_m1
    environment:
      xcode: 15.3

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@MehdiChinoune
Comment options

@dtrdic
Comment options

Answer selected by dtrdic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants