You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe there are local changes? A fresh checkout of the emsdk to a fresh directory should work with those commands (I just verified - even the old 1.39.8 version works).
Resolving SDK alias 'latest' to '2.0.34'
Resolving SDK version '2.0.34' to 'sdk-releases-upstream-d8fc1b92dbc0ce8d740a7adb937c5137ba4755e0-64bit'
error: tool or SDK not found: 'sdk-releases-upstream-d8fc1b92dbc0ce8d740a7adb937c5137ba4755e0-64bit'
I'm current using MacOS Bigsur Arm.
I cloned the repo first,
$ git clone https://github.com/emscripten-core/emsdk.git $ cd emsdk
And I want to install version 1.39.8 for Qt 5.15, so I run the command below, but got an error.
$ ./emsdk install 1.39.8 Error: No tool or SDK found by name 'sdk-releases-upstream-9e60f34accb4627d7358223862a7e74291886ab6-64bit'.
So I tried to install the latest version, but still not working
$ ./emsdk install latest Error: No tool or SDK found by name 'sdk-releases-upstream-89202930a98fe7f9ed59b574469a9471b0bda7dd-64bit'.
It's highly possible that I misunderstood something, but I can't know. Please help me 😰
The text was updated successfully, but these errors were encountered: