passepartoutvpn / tunnelkit

VPN client library for Apple platforms.
GNU General Public License v3.0
3 stars 1 forks source link

Error : Type 'struct rt_metrics' has incompatible definitions in different translation units #416

Closed engasix closed 5 months ago

engasix commented 5 months ago

Summary

TunnelKit 5.0.0 giving following error when compiling it for macOS:

I am using following dependencies minimum macOS support is 10.15

dependencies: [ .package(url: "https://github.com/SwiftyBeaver/SwiftyBeaver", from: "1.9.0"), .package(url: "https://github.com/passepartoutvpn/openssl-apple", from: "1.1.11500"), .package(name: "WireGuardKit", url: "https://git.zx2c4.com/wireguard-apple", .exact("1.0.15-26")) ],

Please Help

Screenshot 2024-03-27 at 9 20 29 AM
keeshux commented 5 months ago

Duplicate of #345