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
Steps to reproduce.
Build 1DS SDK on latest MacOS 14.4.1
What is the expected behavior?
No compilation errors
What is the actual behavior?
Compilation error due to deprecated API (attached log)
error: 'SCNetworkReachabilityCreateWithName' is deprecated: first deprecated in macOS 14.4 [-Werror,-Wdeprecated-declarations] build_error_mac.txt
Additional context.
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
@abuhsayem Thanks for reporting. SCNetworkReachabilityCreateWithName is used by 1DS SDK to detect the network type - whether the network connection is via WiFi, cellular, or wired Ethernet. We should be using nwpathmonitor for newer versions of iOS and MacOS. cc @absaroj@eduardo-camacho
Describe your environment.
MacOS 14.4.1
Steps to reproduce.
Build 1DS SDK on latest MacOS 14.4.1
What is the expected behavior?
No compilation errors
What is the actual behavior?
Compilation error due to deprecated API (attached log)
error: 'SCNetworkReachabilityCreateWithName' is deprecated: first deprecated in macOS 14.4 [-Werror,-Wdeprecated-declarations]
build_error_mac.txt
Additional context.
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: