You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seeing that our bindings use this deprecated interface, iOS apps will fail to build for everyone using rust-libp2p.
Expected behavior
When adding the sdk.xcframework and the sdk.swift that we generate to be used inside the iOS app, the build works as there are no deprecated traits used
Actual behavior
When adding the sdk.xcframework and the sdk.swift that we generate to be used inside the iOS app, the build fails due to an undefined symbol _kSCNetworkInterfaceTypeIrDA
Relevant log output
No response
Possible Solution
The solution would be to update the system-configuration dependecy of the if-watch crate seeing if-watch is directly used in the libp2p repository
Summary
Libp2p relies on a package called [email protected] in 4 different places:
This unmaintained library uses a deprecated iOS interface through one of its own dependencies `[email protected]:
Seeing that our bindings use this deprecated interface, iOS apps will fail to build for everyone using rust-libp2p.
Expected behavior
When adding the
sdk.xcframework
and thesdk.swift
that we generate to be used inside the iOS app, the build works as there are no deprecated traits usedActual behavior
When adding the
sdk.xcframework
and thesdk.swift
that we generate to be used inside the iOS app, the build fails due to an undefined symbol _kSCNetworkInterfaceTypeIrDARelevant log output
No response
Possible Solution
The solution would be to update the system-configuration dependecy of the if-watch crate seeing if-watch is directly used in the libp2p repository
MR: #5624
Version
0.54.1
Would you like to work on fixing this bug ?
Yes
The text was updated successfully, but these errors were encountered: