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
{{ message }}
This repository was archived by the owner on Jul 1, 2023. It is now read-only.
It seems that this line produces a string with spaces "mac os x", but regardless is not retrieving the correct value, given this listing of the directory it's searching.
$ ls /Users/nydillon/Library/Android/sdk/ndk/21.1.6352462/toolchains/llvm/prebuilt
darwin-x86_64
Manually changing that line of code to search the darwin-x86_64 directory fixes the issue.
The text was updated successfully, but these errors were encountered:
I haven't been able to verify that #67 fixes this bug, because my mac seems to think the NDK isn't installed at all. But the fix seems straightforward enough.
Building an app with
flutter_wasm
currently fails on macOS for me. The gradle output is:It seems that this line produces a string with spaces
"mac os x"
, but regardless is not retrieving the correct value, given this listing of the directory it's searching.Manually changing that line of code to search the
darwin-x86_64
directory fixes the issue.The text was updated successfully, but these errors were encountered: