Skip to content

Commit

Permalink
Merge pull request #2350 from bubnov/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy authored Oct 15, 2024
2 parents 0dd3f79 + 712416a commit 1b8ef02
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions website/docs/manual/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,16 @@ it, as it's different for each operating system.
Check out [Limitations on WASM](./miscellaneous/wasm-limitations) for some common problems and solutions
to adapt existing code to WASM.

## Cargokit fails with the `SEVERE: error[E0463]: can't find crate for "core"` error when building for macos target

Try to uninstall the rust toolchain and install it again from the scratch:

1. `rustup self uninstall`
2. `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`
3. `flutter clean && flutter pub get && flutter run -d macos`

Check [the related issue on GitHub](https://github.com/fzyzcjy/flutter_rust_bridge/issues/2348) for the context.

## Other problems?

Don't hesitate to [open an issue](https://github.com/fzyzcjy/flutter_rust_bridge/issues/new/choose)! I usually reply
Expand Down

0 comments on commit 1b8ef02

Please sign in to comment.