swift-rs icon indicating copy to clipboard operation
swift-rs copied to clipboard

what is `Always Embed Swift Standard Libraries = YES` version for swift-rs

Open yaredtsy opened this issue 1 year ago • 1 comments

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

yaredtsy avatar Jul 04 '24 09:07 yaredtsy

found this on doc image

yaredtsy avatar Jul 04 '24 10:07 yaredtsy