From 79b0746e792692f03d0b95ade60f29da6cd789a1 Mon Sep 17 00:00:00 2001 From: fzyzcjy <5236035+fzyzcjy@users.noreply.github.com> Date: Tue, 26 Mar 2024 20:59:59 +0800 Subject: [PATCH] Update troubleshooting.md --- website/docs/manual/troubleshooting.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/manual/troubleshooting.md b/website/docs/manual/troubleshooting.md index 91483c86d5..342ae0d499 100644 --- a/website/docs/manual/troubleshooting.md +++ b/website/docs/manual/troubleshooting.md @@ -21,6 +21,8 @@ Or other libraries that you need (e.g. `-framework SystemConfiguration`, `-frame Please refer to these issues for more details: [cargokit#52](https://github.com/irondash/cargokit/issues/52), [bridge#1610](https://github.com/fzyzcjy/flutter_rust_bridge/issues/1610). +Another example, which solves the error when using `cpal`, can be found in [#1835](https://github.com/fzyzcjy/flutter_rust_bridge/issues/1835#issuecomment-2020299630). + ## Issues with glibc (e.g. `version GLIBC_2.33 not found`) As is discussed in [this issue](https://github.com/fzyzcjy/flutter_rust_bridge/issues/1753#issuecomment-1948241309)