chinedufn / swift-bridge

swift-bridge facilitates Rust and Swift interop.
https://chinedufn.github.io/swift-bridge
Apache License 2.0
842 stars 62 forks source link

Fix compilation source in documentation #250

Closed ItamarMu closed 9 months ago

ItamarMu commented 9 months ago

in build-swiftc-links-rust.sh, the command swiftc -L target/x86_64-apple-darwin/debug/ -lswift_and_rust -import-objc-header bridging-header.h \ main.swift lib.swift ./generated/swift-and-rust/swift-and-rust.swift is missing the source ./generated/SwiftBridgeCore.swift

chinedufn commented 9 months ago

Thanks!