Brendonovich / swift-rs

Call Swift functions from Rust with ease!
Apache License 2.0
244 stars 27 forks source link

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

Open yaredtsy opened 3 days ago

yaredtsy commented 3 days ago

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 commented 3 days ago

found this on doc

image