BG687
July 2, 2019, 7:57pm
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.
BG687
July 3, 2019, 6:05pm
4
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
BG687
July 3, 2019, 6:47pm
5
Actually disregard this, I have it working with 10.2.1 . There was a typo
1 Like