Can't install dependencies
ratomms opened this issue · 3 comments
ratomms commented
haikov commented
Hi,
Looks like your XCode version is incompatible with detox library we use.
You have 2 options in this case:
- Remove detox from your dependencies, if you are not going to use e2e testing. You can do it by removing detox dep from package.
- 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!
haikov commented
Closing this issue due to inactivity. Please feel free to reopen if the issue persists.