Brendonovich / swift-rs

Call Swift functions from Rust with ease!
Apache License 2.0
246 stars 28 forks source link

`x86_64-apple-ios` is a simulator target. #39

Closed Berrysoft closed 1 year ago

Berrysoft commented 1 year ago

https://github.com/Brendonovich/swift-rs/blob/2a3195a2a3ba6e2d8e67edcd866645539fdf1963/src-rs/build.rs#L88

The current code is wrong. Swift compiler complains that it cannot find the right SDK.

I'll open a PR immediately:)