Watfaq / clash-rs

custom protocol network proxy
https://watfaq.gitbook.io/clashrs-user-manual/
Apache License 2.0
705 stars 54 forks source link

跑不起来呢 #568

Closed ArcCal closed 1 week ago

ArcCal commented 1 week ago

Mac os下,尝试运行,总是出现这种错误 clash-aarch64-apple-darwin、clash-aarch64-apple-darwin-static-crt都一样

/tmp/clash-rs -d /tmp
dyld[44527]: Library not loaded: /opt/homebrew/opt/xz/lib/liblzma.5.dylib Referenced from: <46163983-8D39-35B1-9DB1-6722C387F1E0> /tmp/clash-rs Reason: tried: '/opt/homebrew/opt/xz/lib/liblzma.5.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/xz/lib/liblzma.5.dylib' (no such file), '/opt/homebrew/opt/xz/lib/liblzma.5.dylib' (no such file)

请教,这是什么原因

ibigbug commented 1 week ago

can you try the build here https://github.com/Watfaq/clash-rs/actions/runs/10701661655?pr=573

ArcCal commented 1 week ago

It works. Thank u.