-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to run tests #4359
Comments
Are you able to run |
When I run this command in the terminal, here's what I'm getting:
|
@noomorph are there any updates on this? I'm experiencing the same issue 😢 |
According to the script: https://github.com/wix/Detox/blob/master/detox/scripts/build_framework.ios.sh the error message you see if caused by your shell being not able to find |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions! For more information on bots in this repository, read this discussion. |
Description
I have Detox set up for our project, and it appears to be functioning correctly for my colleagues who are using Macs with M chips. However, we've encountered an issue on one Mac with an Intel chip, and I'm uncertain if that might be the root cause.
The problem manifests when attempting to execute the tests using
npm run e2e:ios
, resulting in the following error:However, running the suggested command to clean the cache yields the following warning:
This is perplexing, as Xcode is indeed installed on the Mac. I've attempted to address the issue by reinstalling Xcode, but unfortunately, this hasn't resolved the problem. Additionally, I've ensured that both the macOS (Sonoma 14.3) and Xcode are updated to their latest versions, yet the issue persists.
Your environment
Detox version: 20.17.0
React Native version: 0.71.14
Node version: 20.11.0
Device model: MacBook Pro 2019
OS: Sonoma 14.3
Test-runner: jest 29.6.1
The text was updated successfully, but these errors were encountered: