irondash / cargokit

Integrate cargo build with flutter plugins and applications.
Other
51 stars 16 forks source link

No such file or directory in run_build_tool.sh #71

Open maxfornacon opened 1 month ago

maxfornacon commented 1 month ago

I'm trying to build my application with Fastlane for android (I guess that doesn't really matter), but I get this error:

Task :irondash_engine_context:cargokitCargoBuildIrondash_engine_context_nativeRelease FAILED
/Users/maxfornacon/.pub-cache/hosted/pub.dev/irondash_engine_context-0.5.3/cargokit/gradle/../run_build_tool.sh: line 75: /Users/maxfornacon/maxfornacon/stable/bin/cache/dart-sdk/bin/dart: No such file or directory

I noticed that my name is occurring twice in the path where it's saying no such file or directory. This might be the problem.