We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to run this on android and windows but I'm facing this isssue : the shasum command doesn't exist on windows ...
I thinks this is the only little first problem i'll encounter trying to make this work on android ...
Is this even possible ? This issue hasn't got any news since 1 year ...
Command failed: (echo "1.0.10" && xcodebuild -version) | shasum | awk '{print $1}' 'shasum' is not recognized as an internal or external command. 3 | describe('Example', () => { 4 | beforeEach(async () => { > 5 | await reloadApp(); | ^ 6 | });
The text was updated successfully, but these errors were encountered:
Facing the same issue. @seba9999 did you find any solution to this?
Sorry, something went wrong.
Wow sorry ! I've missed this reply ! Nop ... I just didn't use detox ^^'
No branches or pull requests
I'm trying to run this on android and windows but I'm facing this isssue : the shasum command doesn't exist on windows ...
I thinks this is the only little first problem i'll encounter trying to make this work on android ...
Is this even possible ? This issue hasn't got any news since 1 year ...
The text was updated successfully, but these errors were encountered: