flatlogic/react-native-starter

Can't install dependencies

ratomms opened this issue · 3 comments

I run "yarn install" but I got an error
image
And this one too
image
The yarn version is
image
Xcode version is 9.2 build 9C40b
MacOs Sierra 10.12.6

Hi,

Looks like your XCode version is incompatible with detox library we use.

You have 2 options in this case:

  1. Remove detox from your dependencies, if you are not going to use e2e testing. You can do it by removing detox dep from package.
  2. Downgrade detox package to the version that would work with your XCode version. In this case, please refer to detox's documentation.

Please let me know if any of this solutions worked on your side!

Hi,
@gaykov I will try you solution and I will tell you if it works.

Closing this issue due to inactivity. Please feel free to reopen if the issue persists.