Brew not pre-installed on Macos, xcode v10.2.1

Using Macos, Xcode version 10.2.1

It appears that brew is not pre-installed, as stated in the docs here: https://circleci.com/docs/2.0/testing-ios/#installing-custom-packages

This is preventing me from integrating end-to-end testing with Circle.

Any ideas are appreciated.

Can you provide more details about what makes you think brew is not installed?

Iā€™m using xcode: 10.2.1 and brew.

1 Like

Yes please - if you can link to a public build, or copy-paste non-confidential build log output here (in code formatting) that will help readers assist you.

This is the output Iā€™m getting:

#!/bin/bash -eo pipefail yarn add global detox-cli react-native-cli brew tap wix/brew && brew install applesimutils

yarn add v1.13.0 [1/4] Resolving packages... [2/4] Fetching packages... info fsevents@1.2.9: The platform "linux" is incompatible with this module. info "fsevents@1.2.9" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... warning " > react-native-markdown-renderer@3.2.8" has incorrect peer dependency "react-native@^0.50.4". warning "react-native-meteor > react-komposer@1.13.1" has incorrect peer dependency "react@^0.14.3 || ^15.0.0". warning "react-navigation > react-navigation-drawer@1.2.1" has unmet peer dependency "react-native-screens@^1.0.0 || ^1.0.0-alpha". warning "react-navigation > react-navigation-stack@1.3.0" has unmet peer dependency "react-native-screens@^1.0.0 || ^1.0.0-alpha". warning "react-navigation > react-navigation-tabs@1.1.2" has unmet peer dependency "react-native-screens@^1.0.0 || ^1.0.0-alpha". [4/4] Building fresh packages... success Saved lockfile. success Saved 17 new dependencies. info Direct dependencies ā”œā”€ detox-cli@10.0.7 ā”œā”€ global@4.4.0 ā””ā”€ react-native-cli@2.0.1 info All dependencies ā”œā”€ async@0.2.10 ā”œā”€ cycle@1.0.3 ā”œā”€ deep-equal@1.0.1 ā”œā”€ detox-cli@10.0.7 ā”œā”€ eyes@0.1.8 ā”œā”€ global@4.4.0 ā”œā”€ i@0.3.6 ā”œā”€ ncp@0.4.2 ā”œā”€ pkginfo@0.4.1 ā”œā”€ process@0.11.10 ā”œā”€ prompt@0.2.14 ā”œā”€ react-native-cli@2.0.1 ā”œā”€ read@1.0.7 ā”œā”€ revalidator@0.1.8 ā”œā”€ stack-trace@0.0.10 ā”œā”€ utile@0.2.1 ā””ā”€ winston@0.8.3 Done in 4.15s. /bin/bash: line 1: brew: command not found Exited with code 127

Actually disregard this, I have it working with 10.2.1 . There was a typo

1 Like