swift-rs
swift-rs copied to clipboard
what is `Always Embed Swift Standard Libraries = YES` version for swift-rs
I am building a macOS app with Rust and Swift, and on some pc, I get the following error:
Termination Reason: Namespace DYLD, Code 1 Library missing
Library not loaded: '@rpath/libswiftCore.dylib'
is there a way to bundle all swift package needed on build like Always Embed Swift Standard Libraries = YES does in x-code
found this on doc